Shades of Green Yellow #BAF62D
Tints of Green Yellow #BAF62D
RGB
CMYK
RGB Variations
Color information
#BAF62D (or 0xBAF62D) is known color: Green Yellow. HEX triplet: BA, F6 and 2D. RGB value is (186,246,45). Sum of RGB (Red+Green+Blue) = 186+246+45=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF62D is #4509D2. Grayscale: #CDCDCD. Windows color (decimal): -4524499 or 3012282. OLE color: 3012282.
HSL color Cylindrical-coordinate representation of color #BAF62D: hue angle of 77.91º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAF62D is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 45 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.04 |
| HSL | 77.91º | 0.92% | 0.57% | - |
| HSV(B) | 77.91º | 0.82% | 0.96% | - |
| XYZ | 53.68 | 76.54 | 14.43 | - |
| YUV | 205.15 | 37.62 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 45 | 0.24 | 0 | 0.82 | 0.04 | 77.91 | 0.92 | 0.57 |
| Hex | BA | F6 | 2D | 18 | 0 | 52 | 4 | 4E | 5C | 39 |
| Octal | 272 | 366 | 55 | 30 | 0 | 122 | 4 | 116 | 134 | 71 |
| Binary | 10111010 | 11110110 | 101101 | 11000 | 0 | 1010010 | 100 | 1001110 | 1011100 | 111001 |
Color Harmonies of #BAF62D
Complementary color
Monochromatic Colors of #BAF62D
Black with #BAF62D
Text Example
Text Example
White with #BAF62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF62D; }
p { color: rgb(186,246,45); }
H1.HeaderClassName
{
color: #BAF62D;
}
.AnyTagClassName
{
color: #BAF62D;
}
</style>
background-color css
<style>
a { background-color: #BAF62D; }
a { background-color: rgb(186,246,45); }
div.DivClassName
{
background-color: #BAF62D;
}
.BgClassName
{
background-color: #BAF62D;
}
</style>
border-color css
<style>
span { border-color: #BAF62D; }
span { border-color: rgb(186,246,45); }
td.TdClassName
{
border-color: #BAF62D;
}
.TagClassName
{
border-color: #BAF62D;
}
</style>