Shades of Green Yellow #BAFF1A
Tints of Green Yellow #BAFF1A
RGB
CMYK
RGB Variations
Color information
#BAFF1A (or 0xBAFF1A) is known color: Green Yellow. HEX triplet: BA, FF and 1A. RGB value is (186,255,26). Sum of RGB (Red+Green+Blue) = 186+255+26=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF1A is #4500E5. Grayscale: #D1D1D1. Windows color (decimal): -4522214 or 1769402. OLE color: 1769402.
HSL color Cylindrical-coordinate representation of color #BAFF1A: hue angle of 78.08º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAFF1A is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 26 | - |
| CMYK | 0.27 | 0 | 0.90 | 0 |
| HSL | 78.08º | 1% | 0.55% | - |
| HSV(B) | 78.08º | 0.9% | 1% | - |
| XYZ | 56.2 | 82.03 | 13.85 | - |
| YUV | 208.26 | 25.14 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 26 | 0.27 | 0 | 0.90 | 0 | 78.08 | 1 | 0.55 |
| Hex | BA | FF | 1A | 1B | 0 | 5A | 0 | 4E | 64 | 37 |
| Octal | 272 | 377 | 32 | 33 | 0 | 132 | 0 | 116 | 144 | 67 |
| Binary | 10111010 | 11111111 | 11010 | 11011 | 0 | 1011010 | 0 | 1001110 | 1100100 | 110111 |
Color Harmonies of #BAFF1A
Complementary color
Monochromatic Colors of #BAFF1A
Black with #BAFF1A
Text Example
Text Example
White with #BAFF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF1A; }
p { color: rgb(186,255,26); }
H1.HeaderClassName
{
color: #BAFF1A;
}
.AnyTagClassName
{
color: #BAFF1A;
}
</style>
background-color css
<style>
a { background-color: #BAFF1A; }
a { background-color: rgb(186,255,26); }
div.DivClassName
{
background-color: #BAFF1A;
}
.BgClassName
{
background-color: #BAFF1A;
}
</style>
border-color css
<style>
span { border-color: #BAFF1A; }
span { border-color: rgb(186,255,26); }
td.TdClassName
{
border-color: #BAFF1A;
}
.TagClassName
{
border-color: #BAFF1A;
}
</style>