Shades of Inch Worm #BAFE16
Tints of Inch Worm #BAFE16
RGB
CMYK
RGB Variations
Color information
#BAFE16 (or 0xBAFE16) is known color: Inch Worm. HEX triplet: BA, FE and 16. RGB value is (186,254,22). Sum of RGB (Red+Green+Blue) = 186+254+22=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE16 is #4501E9. Grayscale: #D0D0D0. Windows color (decimal): -4522474 or 1507002. OLE color: 1507002.
HSL color Cylindrical-coordinate representation of color #BAFE16: hue angle of 77.59º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAFE16 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 22 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.00 |
| HSL | 77.59º | 0.99% | 0.54% | - |
| HSV(B) | 77.59º | 0.91% | 1% | - |
| XYZ | 55.84 | 81.38 | 13.52 | - |
| YUV | 207.22 | 23.47 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 22 | 0.27 | 0 | 0.91 | 0.00 | 77.59 | 0.99 | 0.54 |
| Hex | BA | FE | 16 | 1B | 0 | 5B | 0 | 4E | 63 | 36 |
| Octal | 272 | 376 | 26 | 33 | 0 | 133 | 0 | 116 | 143 | 66 |
| Binary | 10111010 | 11111110 | 10110 | 11011 | 0 | 1011011 | 0 | 1001110 | 1100011 | 110110 |
Color Harmonies of #BAFE16
Complementary color
Monochromatic Colors of #BAFE16
Black with #BAFE16
Text Example
Text Example
White with #BAFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE16; }
p { color: rgb(186,254,22); }
H1.HeaderClassName
{
color: #BAFE16;
}
.AnyTagClassName
{
color: #BAFE16;
}
</style>
background-color css
<style>
a { background-color: #BAFE16; }
a { background-color: rgb(186,254,22); }
div.DivClassName
{
background-color: #BAFE16;
}
.BgClassName
{
background-color: #BAFE16;
}
</style>
border-color css
<style>
span { border-color: #BAFE16; }
span { border-color: rgb(186,254,22); }
td.TdClassName
{
border-color: #BAFE16;
}
.TagClassName
{
border-color: #BAFE16;
}
</style>