Shades of Inch Worm #B9F210
Tints of Inch Worm #B9F210
RGB
CMYK
RGB Variations
Color information
#B9F210 (or 0xB9F210) is known color: Inch Worm. HEX triplet: B9, F2 and 10. RGB value is (185,242,16). Sum of RGB (Red+Green+Blue) = 185+242+16=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F210 is #460DEF. Grayscale: #C8C8C8. Windows color (decimal): -4591088 or 1110713. OLE color: 1110713.
HSL color Cylindrical-coordinate representation of color #B9F210: hue angle of 75.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9F210 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 16 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.05 |
| HSL | 75.13º | 0.9% | 0.51% | - |
| HSV(B) | 75.13º | 0.93% | 0.95% | - |
| XYZ | 51.85 | 73.86 | 12.01 | - |
| YUV | 199.19 | 24.62 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 16 | 0.24 | 0 | 0.93 | 0.05 | 75.13 | 0.9 | 0.51 |
| Hex | B9 | F2 | 10 | 18 | 0 | 5D | 5 | 4B | 5A | 33 |
| Octal | 271 | 362 | 20 | 30 | 0 | 135 | 5 | 113 | 132 | 63 |
| Binary | 10111001 | 11110010 | 10000 | 11000 | 0 | 1011101 | 101 | 1001011 | 1011010 | 110011 |
Color Harmonies of #B9F210
Complementary color
Monochromatic Colors of #B9F210
Black with #B9F210
Text Example
Text Example
White with #B9F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F210; }
p { color: rgb(185,242,16); }
H1.HeaderClassName
{
color: #B9F210;
}
.AnyTagClassName
{
color: #B9F210;
}
</style>
background-color css
<style>
a { background-color: #B9F210; }
a { background-color: rgb(185,242,16); }
div.DivClassName
{
background-color: #B9F210;
}
.BgClassName
{
background-color: #B9F210;
}
</style>
border-color css
<style>
span { border-color: #B9F210; }
span { border-color: rgb(185,242,16); }
td.TdClassName
{
border-color: #B9F210;
}
.TagClassName
{
border-color: #B9F210;
}
</style>