COLOR #BAF580

HEX: #BAF580
RGB: (186,245,128)

Color info

#BAF580 contains mainly red and green colors. Web safe color of #BAF580 is #CCFF66 (or #CF6).

RGB color model

#BAF580 color RGB value is (186,245,128).

  • red value is 186;
  • green value is 245;
  • blue value is 128.
RGB:
(186,245,128)
(73%,96%,50%)

RGB channels and saturation

R 186 of 255 = 73%
G 245 of 255 = 96%
B 128 of 255 = 50%

186
245
128

R + G + B ~ 73%. #BAF580 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 245 + 128 = 559 (100%)
R 186 of 559 ~ 33.27%
G 245 of 559 ~ 43.83%
B 128 of 559 ~ 22.9%

%33.27
%43.83
%22.9

CMYK color model

#BAF580 color CMYK value is (24,0,48,4).

  • cyan value is 24.08%
  • magenta value is 0.00%
  • yellow value is 47.76%
  • key color value is 3.92%
CMYK:
(24,0,48,4)
C24M0Y48K4 
(24%,0%,48%,4%)
(0.24/0.00/0.48/0.04)	

CMYK percentages

%24.08
%0
%47.76
%3.92

Codes

Color #BAF580 in popluar color models

BAF580
RGB186245128
HSL90°85.40%73.14%
HSB/HSV90°47.76%96.08%
CMYK24.08%0.00%47.76%
3.92%

Color #BAF580 in popluar number systems.

HEXBAF580
Decimal186245128
Binary101110101111010110000000
Octal272365200

Shades and tints

Shades of #BAF580

#BAF580
(186,245,128)
#AADF75
(170,223,117)
#9AC96A
(154,201,106)
#8AB35F
(138,179,95)
#7A9D54
(122,157,84)
#6A8749
(106,135,73)
#5A713E
(90,113,62)
#4A5B33
(74,91,51)
#3A4528
(58,69,40)
#2A2F1D
(42,47,29)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #BAF580

#BAF580
(186,245,128)
#C0F58B
(192,245,139)
#C6F596
(198,245,150)
#CCF5A1
(204,245,161)
#D2F5AC
(210,245,172)
#D8F5B7
(216,245,183)
#DEF5C2
(222,245,194)
#E4F5CD
(228,245,205)
#EAF5D8
(234,245,216)
#F0F5E3
(240,245,227)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAF580 color. Also use rgb(186,245,128) instead hex code.

Text Font Color

.myTextColor { color: #BAF580; }

<p style="color:#BAF580">This sample text font color is #BAF580.</p>

This text font color is #BAF580.


Background Color

.myBgColor { background-color: #BAF580; }

<div style="background-color:#BAF580">Inner text</div>

This div background color is #BAF580.


Border color

.myBorderColor { border: 1px solid #BAF580; }

<div style="border:3px solid #BAF580">Div</div>

This div border color is #BAF580.


Opacity

.myOpacity80 { color: #BAF580; opacity: 0.8; }

<p style="color:#BAF580;opacity:0.8;">80%</p>

Text with #BAF580 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BAF580;}

<p style="text-shadow: 3px 3px 1px #BAF580">Text here.</p>

This text has shadow with #BAF580 color.

.textShadow {text-shadow: 3px 3px 1px #BAF580, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BAF580, 5px 5px 20px red">Text here.</p>

This text has shadow with #BAF580 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BAF580, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BAF580, Direction=45, Strength=4)">Text</p>

This text has shadow with #BAF580 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BAF580;
  -webkit-box-shadow:	1px 1px 3px 2px #BAF580;
  box-shadow:		1px 1px 3px 2px #BAF580;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BAF580;
-webkit-box-shadow: 1px 1px 3px 2px #BAF580;
box-shadow:1px 1px 3px 2px #BAF580;">
Div content here</div>
This div box has shadow with color #BAF580.

Preview

Color preview on black background

This text has color #BAF580 on black background.


Color preview on white background

This text has color #BAF580 on white background.



Black color preview on #BAF580 background

This text has black color on #BAF580 background.


White color preview on #BAF580 background

This text has white color on #BAF580 background.