Shades of Green Yellow #BAFE1C
Tints of Green Yellow #BAFE1C
RGB
CMYK
RGB Variations
Color information
#BAFE1C (or 0xBAFE1C) is known color: Green Yellow. HEX triplet: BA, FE and 1C. RGB value is (186,254,28). Sum of RGB (Red+Green+Blue) = 186+254+28=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 254 (99.61% from 255 or 54.27% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFE1C is #4501E3. Grayscale: #D0D0D0. Windows color (decimal): -4522468 or 1900218. OLE color: 1900218.
HSL color Cylindrical-coordinate representation of color #BAFE1C: hue angle of 78.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAFE1C is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 28 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.00 |
| HSL | 78.05º | 0.99% | 0.55% | - |
| HSV(B) | 78.05º | 0.89% | 1% | - |
| XYZ | 55.9 | 81.41 | 13.87 | - |
| YUV | 207.9 | 26.47 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 28 | 0.27 | 0 | 0.89 | 0.00 | 78.05 | 0.99 | 0.55 |
| Hex | BA | FE | 1C | 1B | 0 | 59 | 0 | 4E | 63 | 37 |
| Octal | 272 | 376 | 34 | 33 | 0 | 131 | 0 | 116 | 143 | 67 |
| Binary | 10111010 | 11111110 | 11100 | 11011 | 0 | 1011001 | 0 | 1001110 | 1100011 | 110111 |
Color Harmonies of #BAFE1C
Complementary color
Monochromatic Colors of #BAFE1C
Black with #BAFE1C
Text Example
Text Example
White with #BAFE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE1C; }
p { color: rgb(186,254,28); }
H1.HeaderClassName
{
color: #BAFE1C;
}
.AnyTagClassName
{
color: #BAFE1C;
}
</style>
background-color css
<style>
a { background-color: #BAFE1C; }
a { background-color: rgb(186,254,28); }
div.DivClassName
{
background-color: #BAFE1C;
}
.BgClassName
{
background-color: #BAFE1C;
}
</style>
border-color css
<style>
span { border-color: #BAFE1C; }
span { border-color: rgb(186,254,28); }
td.TdClassName
{
border-color: #BAFE1C;
}
.TagClassName
{
border-color: #BAFE1C;
}
</style>