Shades of Green Yellow #BAFC28
Tints of Green Yellow #BAFC28
RGB
CMYK
RGB Variations
Color information
#BAFC28 (or 0xBAFC28) is known color: Green Yellow. HEX triplet: BA, FC and 28. RGB value is (186,252,40). Sum of RGB (Red+Green+Blue) = 186+252+40=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFC28 is #4503D7. Grayscale: #D0D0D0. Windows color (decimal): -4522968 or 2686138. OLE color: 2686138.
HSL color Cylindrical-coordinate representation of color #BAFC28: hue angle of 78.68º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAFC28 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 40 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.01 |
| HSL | 78.68º | 0.97% | 0.57% | - |
| HSV(B) | 78.68º | 0.84% | 0.99% | - |
| XYZ | 55.44 | 80.21 | 14.57 | - |
| YUV | 208.1 | 33.13 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 40 | 0.26 | 0 | 0.84 | 0.01 | 78.68 | 0.97 | 0.57 |
| Hex | BA | FC | 28 | 1A | 0 | 54 | 1 | 4F | 61 | 39 |
| Octal | 272 | 374 | 50 | 32 | 0 | 124 | 1 | 117 | 141 | 71 |
| Binary | 10111010 | 11111100 | 101000 | 11010 | 0 | 1010100 | 1 | 1001111 | 1100001 | 111001 |
Color Harmonies of #BAFC28
Complementary color
Monochromatic Colors of #BAFC28
Black with #BAFC28
Text Example
Text Example
White with #BAFC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC28; }
p { color: rgb(186,252,40); }
H1.HeaderClassName
{
color: #BAFC28;
}
.AnyTagClassName
{
color: #BAFC28;
}
</style>
background-color css
<style>
a { background-color: #BAFC28; }
a { background-color: rgb(186,252,40); }
div.DivClassName
{
background-color: #BAFC28;
}
.BgClassName
{
background-color: #BAFC28;
}
</style>
border-color css
<style>
span { border-color: #BAFC28; }
span { border-color: rgb(186,252,40); }
td.TdClassName
{
border-color: #BAFC28;
}
.TagClassName
{
border-color: #BAFC28;
}
</style>