Shades of Green Yellow #BAFC4C
Tints of Green Yellow #BAFC4C
RGB
CMYK
RGB Variations
Color information
#BAFC4C (or 0xBAFC4C) is known color: Green Yellow. HEX triplet: BA, FC and 4C. RGB value is (186,252,76). Sum of RGB (Red+Green+Blue) = 186+252+76=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFC4C is #4503B3. Grayscale: #D4D4D4. Windows color (decimal): -4522932 or 5045434. OLE color: 5045434.
HSL color Cylindrical-coordinate representation of color #BAFC4C: hue angle of 82.5º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAFC4C is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 76 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.01 |
| HSL | 82.5º | 0.97% | 0.64% | - |
| HSV(B) | 82.5º | 0.7% | 0.99% | - |
| XYZ | 56.36 | 80.58 | 19.42 | - |
| YUV | 212.2 | 51.13 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 76 | 0.26 | 0 | 0.70 | 0.01 | 82.5 | 0.97 | 0.64 |
| Hex | BA | FC | 4C | 1A | 0 | 46 | 1 | 52 | 61 | 40 |
| Octal | 272 | 374 | 114 | 32 | 0 | 106 | 1 | 122 | 141 | 100 |
| Binary | 10111010 | 11111100 | 1001100 | 11010 | 0 | 1000110 | 1 | 1010010 | 1100001 | 1000000 |
Color Harmonies of #BAFC4C
Complementary color
Monochromatic Colors of #BAFC4C
Black with #BAFC4C
Text Example
Text Example
White with #BAFC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC4C; }
p { color: rgb(186,252,76); }
H1.HeaderClassName
{
color: #BAFC4C;
}
.AnyTagClassName
{
color: #BAFC4C;
}
</style>
background-color css
<style>
a { background-color: #BAFC4C; }
a { background-color: rgb(186,252,76); }
div.DivClassName
{
background-color: #BAFC4C;
}
.BgClassName
{
background-color: #BAFC4C;
}
</style>
border-color css
<style>
span { border-color: #BAFC4C; }
span { border-color: rgb(186,252,76); }
td.TdClassName
{
border-color: #BAFC4C;
}
.TagClassName
{
border-color: #BAFC4C;
}
</style>