Shades of Green Yellow #BAFF4C
Tints of Green Yellow #BAFF4C
RGB
CMYK
RGB Variations
Color information
#BAFF4C (or 0xBAFF4C) is known color: Green Yellow. HEX triplet: BA, FF and 4C. RGB value is (186,255,76). Sum of RGB (Red+Green+Blue) = 186+255+76=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 76 (30.08% from 255 or 14.70% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF4C is #4500B3. Grayscale: #D6D6D6. Windows color (decimal): -4522164 or 5046202. OLE color: 5046202.
HSL color Cylindrical-coordinate representation of color #BAFF4C: hue angle of 83.13º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAFF4C is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 76 | - |
| CMYK | 0.27 | 0 | 0.70 | 0 |
| HSL | 83.13º | 1% | 0.65% | - |
| HSV(B) | 83.13º | 0.7% | 1% | - |
| XYZ | 57.31 | 82.48 | 19.74 | - |
| YUV | 213.96 | 50.14 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 76 | 0.27 | 0 | 0.70 | 0 | 83.13 | 1 | 0.65 |
| Hex | BA | FF | 4C | 1B | 0 | 46 | 0 | 53 | 64 | 41 |
| Octal | 272 | 377 | 114 | 33 | 0 | 106 | 0 | 123 | 144 | 101 |
| Binary | 10111010 | 11111111 | 1001100 | 11011 | 0 | 1000110 | 0 | 1010011 | 1100100 | 1000001 |
Color Harmonies of #BAFF4C
Complementary color
Monochromatic Colors of #BAFF4C
Black with #BAFF4C
Text Example
Text Example
White with #BAFF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF4C; }
p { color: rgb(186,255,76); }
H1.HeaderClassName
{
color: #BAFF4C;
}
.AnyTagClassName
{
color: #BAFF4C;
}
</style>
background-color css
<style>
a { background-color: #BAFF4C; }
a { background-color: rgb(186,255,76); }
div.DivClassName
{
background-color: #BAFF4C;
}
.BgClassName
{
background-color: #BAFF4C;
}
</style>
border-color css
<style>
span { border-color: #BAFF4C; }
span { border-color: rgb(186,255,76); }
td.TdClassName
{
border-color: #BAFF4C;
}
.TagClassName
{
border-color: #BAFF4C;
}
</style>