Shades of Green Yellow #BAFF1E
Tints of Green Yellow #BAFF1E
RGB
CMYK
RGB Variations
Color information
#BAFF1E (or 0xBAFF1E) is known color: Green Yellow. HEX triplet: BA, FF and 1E. RGB value is (186,255,30). Sum of RGB (Red+Green+Blue) = 186+255+30=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF1E is #4500E1. Grayscale: #D1D1D1. Windows color (decimal): -4522210 or 2031546. OLE color: 2031546.
HSL color Cylindrical-coordinate representation of color #BAFF1E: hue angle of 78.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAFF1E is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 30 | - |
| CMYK | 0.27 | 0 | 0.88 | 0 |
| HSL | 78.4º | 1% | 0.56% | - |
| HSV(B) | 78.4º | 0.88% | 1% | - |
| XYZ | 56.24 | 82.05 | 14.1 | - |
| YUV | 208.72 | 27.14 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 30 | 0.27 | 0 | 0.88 | 0 | 78.4 | 1 | 0.56 |
| Hex | BA | FF | 1E | 1B | 0 | 58 | 0 | 4E | 64 | 38 |
| Octal | 272 | 377 | 36 | 33 | 0 | 130 | 0 | 116 | 144 | 70 |
| Binary | 10111010 | 11111111 | 11110 | 11011 | 0 | 1011000 | 0 | 1001110 | 1100100 | 111000 |
Color Harmonies of #BAFF1E
Complementary color
Monochromatic Colors of #BAFF1E
Black with #BAFF1E
Text Example
Text Example
White with #BAFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF1E; }
p { color: rgb(186,255,30); }
H1.HeaderClassName
{
color: #BAFF1E;
}
.AnyTagClassName
{
color: #BAFF1E;
}
</style>
background-color css
<style>
a { background-color: #BAFF1E; }
a { background-color: rgb(186,255,30); }
div.DivClassName
{
background-color: #BAFF1E;
}
.BgClassName
{
background-color: #BAFF1E;
}
</style>
border-color css
<style>
span { border-color: #BAFF1E; }
span { border-color: rgb(186,255,30); }
td.TdClassName
{
border-color: #BAFF1E;
}
.TagClassName
{
border-color: #BAFF1E;
}
</style>