Shades of Green Yellow #BAFF19
Tints of Green Yellow #BAFF19
RGB
CMYK
RGB Variations
Color information
#BAFF19 (or 0xBAFF19) is known color: Green Yellow. HEX triplet: BA, FF and 19. RGB value is (186,255,25). Sum of RGB (Red+Green+Blue) = 186+255+25=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF19 is #4500E6. Grayscale: #D1D1D1. Windows color (decimal): -4522215 or 1703866. OLE color: 1703866.
HSL color Cylindrical-coordinate representation of color #BAFF19: hue angle of 78º 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 #BAFF19 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 25 | - |
| CMYK | 0.27 | 0 | 0.90 | 0 |
| HSL | 78º | 1% | 0.55% | - |
| HSV(B) | 78º | 0.9% | 1% | - |
| XYZ | 56.19 | 82.03 | 13.79 | - |
| YUV | 208.15 | 24.64 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 25 | 0.27 | 0 | 0.90 | 0 | 78 | 1 | 0.55 |
| Hex | BA | FF | 19 | 1B | 0 | 5A | 0 | 4E | 64 | 37 |
| Octal | 272 | 377 | 31 | 33 | 0 | 132 | 0 | 116 | 144 | 67 |
| Binary | 10111010 | 11111111 | 11001 | 11011 | 0 | 1011010 | 0 | 1001110 | 1100100 | 110111 |
Color Harmonies of #BAFF19
Complementary color
Monochromatic Colors of #BAFF19
Black with #BAFF19
Text Example
Text Example
White with #BAFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF19; }
p { color: rgb(186,255,25); }
H1.HeaderClassName
{
color: #BAFF19;
}
.AnyTagClassName
{
color: #BAFF19;
}
</style>
background-color css
<style>
a { background-color: #BAFF19; }
a { background-color: rgb(186,255,25); }
div.DivClassName
{
background-color: #BAFF19;
}
.BgClassName
{
background-color: #BAFF19;
}
</style>
border-color css
<style>
span { border-color: #BAFF19; }
span { border-color: rgb(186,255,25); }
td.TdClassName
{
border-color: #BAFF19;
}
.TagClassName
{
border-color: #BAFF19;
}
</style>