Shades of Green Yellow #BAFB2C
Tints of Green Yellow #BAFB2C
RGB
CMYK
RGB Variations
Color information
#BAFB2C (or 0xBAFB2C) is known color: Green Yellow. HEX triplet: BA, FB and 2C. RGB value is (186,251,44). Sum of RGB (Red+Green+Blue) = 186+251+44=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFB2C is #4504D3. Grayscale: #D0D0D0. Windows color (decimal): -4523220 or 2948026. OLE color: 2948026.
HSL color Cylindrical-coordinate representation of color #BAFB2C: hue angle of 78.84º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAFB2C is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 44 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.02 |
| HSL | 78.84º | 0.96% | 0.58% | - |
| HSV(B) | 78.84º | 0.82% | 0.98% | - |
| XYZ | 55.2 | 79.62 | 14.84 | - |
| YUV | 207.97 | 35.47 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 44 | 0.26 | 0 | 0.82 | 0.02 | 78.84 | 0.96 | 0.58 |
| Hex | BA | FB | 2C | 1A | 0 | 52 | 2 | 4F | 60 | 3A |
| Octal | 272 | 373 | 54 | 32 | 0 | 122 | 2 | 117 | 140 | 72 |
| Binary | 10111010 | 11111011 | 101100 | 11010 | 0 | 1010010 | 10 | 1001111 | 1100000 | 111010 |
Color Harmonies of #BAFB2C
Complementary color
Monochromatic Colors of #BAFB2C
Black with #BAFB2C
Text Example
Text Example
White with #BAFB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFB2C; }
p { color: rgb(186,251,44); }
H1.HeaderClassName
{
color: #BAFB2C;
}
.AnyTagClassName
{
color: #BAFB2C;
}
</style>
background-color css
<style>
a { background-color: #BAFB2C; }
a { background-color: rgb(186,251,44); }
div.DivClassName
{
background-color: #BAFB2C;
}
.BgClassName
{
background-color: #BAFB2C;
}
</style>
border-color css
<style>
span { border-color: #BAFB2C; }
span { border-color: rgb(186,251,44); }
td.TdClassName
{
border-color: #BAFB2C;
}
.TagClassName
{
border-color: #BAFB2C;
}
</style>