Shades of Green Yellow #BAFE1A
Tints of Green Yellow #BAFE1A
RGB
CMYK
RGB Variations
Color information
#BAFE1A (or 0xBAFE1A) is known color: Green Yellow. HEX triplet: BA, FE and 1A. RGB value is (186,254,26). Sum of RGB (Red+Green+Blue) = 186+254+26=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFE1A is #4501E5. Grayscale: #D0D0D0. Windows color (decimal): -4522470 or 1769146. OLE color: 1769146.
HSL color Cylindrical-coordinate representation of color #BAFE1A: hue angle of 77.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAFE1A is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 26 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.00 |
| HSL | 77.89º | 0.99% | 0.55% | - |
| HSV(B) | 77.89º | 0.9% | 1% | - |
| XYZ | 55.88 | 81.4 | 13.74 | - |
| YUV | 207.68 | 25.47 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 26 | 0.27 | 0 | 0.90 | 0.00 | 77.89 | 0.99 | 0.55 |
| Hex | BA | FE | 1A | 1B | 0 | 5A | 0 | 4E | 63 | 37 |
| Octal | 272 | 376 | 32 | 33 | 0 | 132 | 0 | 116 | 143 | 67 |
| Binary | 10111010 | 11111110 | 11010 | 11011 | 0 | 1011010 | 0 | 1001110 | 1100011 | 110111 |
Color Harmonies of #BAFE1A
Complementary color
Monochromatic Colors of #BAFE1A
Black with #BAFE1A
Text Example
Text Example
White with #BAFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE1A; }
p { color: rgb(186,254,26); }
H1.HeaderClassName
{
color: #BAFE1A;
}
.AnyTagClassName
{
color: #BAFE1A;
}
</style>
background-color css
<style>
a { background-color: #BAFE1A; }
a { background-color: rgb(186,254,26); }
div.DivClassName
{
background-color: #BAFE1A;
}
.BgClassName
{
background-color: #BAFE1A;
}
</style>
border-color css
<style>
span { border-color: #BAFE1A; }
span { border-color: rgb(186,254,26); }
td.TdClassName
{
border-color: #BAFE1A;
}
.TagClassName
{
border-color: #BAFE1A;
}
</style>