Shades of Inch Worm #BAFB16
Tints of Inch Worm #BAFB16
RGB
CMYK
RGB Variations
Color information
#BAFB16 (or 0xBAFB16) is known color: Inch Worm. HEX triplet: BA, FB and 16. RGB value is (186,251,22). Sum of RGB (Red+Green+Blue) = 186+251+22=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 251 (98.44% from 255 or 54.68% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFB16 is #4504E9. Grayscale: #CECECE. Windows color (decimal): -4523242 or 1506234. OLE color: 1506234.
HSL color Cylindrical-coordinate representation of color #BAFB16: hue angle of 77.03º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAFB16 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 22 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.02 |
| HSL | 77.03º | 0.97% | 0.54% | - |
| HSV(B) | 77.03º | 0.91% | 0.98% | - |
| XYZ | 54.89 | 79.49 | 13.21 | - |
| YUV | 205.46 | 24.47 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 22 | 0.26 | 0 | 0.91 | 0.02 | 77.03 | 0.97 | 0.54 |
| Hex | BA | FB | 16 | 1A | 0 | 5B | 2 | 4D | 61 | 36 |
| Octal | 272 | 373 | 26 | 32 | 0 | 133 | 2 | 115 | 141 | 66 |
| Binary | 10111010 | 11111011 | 10110 | 11010 | 0 | 1011011 | 10 | 1001101 | 1100001 | 110110 |
Color Harmonies of #BAFB16
Complementary color
Monochromatic Colors of #BAFB16
Black with #BAFB16
Text Example
Text Example
White with #BAFB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFB16; }
p { color: rgb(186,251,22); }
H1.HeaderClassName
{
color: #BAFB16;
}
.AnyTagClassName
{
color: #BAFB16;
}
</style>
background-color css
<style>
a { background-color: #BAFB16; }
a { background-color: rgb(186,251,22); }
div.DivClassName
{
background-color: #BAFB16;
}
.BgClassName
{
background-color: #BAFB16;
}
</style>
border-color css
<style>
span { border-color: #BAFB16; }
span { border-color: rgb(186,251,22); }
td.TdClassName
{
border-color: #BAFB16;
}
.TagClassName
{
border-color: #BAFB16;
}
</style>