Shades of Green Yellow #BAFF17
Tints of Green Yellow #BAFF17
RGB
CMYK
RGB Variations
Color information
#BAFF17 (or 0xBAFF17) is known color: Green Yellow. HEX triplet: BA, FF and 17. RGB value is (186,255,23). Sum of RGB (Red+Green+Blue) = 186+255+23=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 23 (9.38% from 255 or 4.96% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF17 is #4500E8. Grayscale: #D0D0D0. Windows color (decimal): -4522217 or 1572794. OLE color: 1572794.
HSL color Cylindrical-coordinate representation of color #BAFF17: hue angle of 77.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAFF17 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 23 | - |
| CMYK | 0.27 | 0 | 0.91 | 0 |
| HSL | 77.84º | 1% | 0.55% | - |
| HSV(B) | 77.84º | 0.91% | 1% | - |
| XYZ | 56.16 | 82.02 | 13.68 | - |
| YUV | 207.92 | 23.64 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 23 | 0.27 | 0 | 0.91 | 0 | 77.84 | 1 | 0.55 |
| Hex | BA | FF | 17 | 1B | 0 | 5B | 0 | 4E | 64 | 37 |
| Octal | 272 | 377 | 27 | 33 | 0 | 133 | 0 | 116 | 144 | 67 |
| Binary | 10111010 | 11111111 | 10111 | 11011 | 0 | 1011011 | 0 | 1001110 | 1100100 | 110111 |
Color Harmonies of #BAFF17
Complementary color
Monochromatic Colors of #BAFF17
Black with #BAFF17
Text Example
Text Example
White with #BAFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF17; }
p { color: rgb(186,255,23); }
H1.HeaderClassName
{
color: #BAFF17;
}
.AnyTagClassName
{
color: #BAFF17;
}
</style>
background-color css
<style>
a { background-color: #BAFF17; }
a { background-color: rgb(186,255,23); }
div.DivClassName
{
background-color: #BAFF17;
}
.BgClassName
{
background-color: #BAFF17;
}
</style>
border-color css
<style>
span { border-color: #BAFF17; }
span { border-color: rgb(186,255,23); }
td.TdClassName
{
border-color: #BAFF17;
}
.TagClassName
{
border-color: #BAFF17;
}
</style>