Shades of Inch Worm #B8F211
Tints of Inch Worm #B8F211
RGB
CMYK
RGB Variations
Color information
#B8F211 (or 0xB8F211) is known color: Inch Worm. HEX triplet: B8, F2 and 11. RGB value is (184,242,17). Sum of RGB (Red+Green+Blue) = 184+242+17=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F211 is #470DEE. Grayscale: #C7C7C7. Windows color (decimal): -4656623 or 1176248. OLE color: 1176248.
HSL color Cylindrical-coordinate representation of color #B8F211: hue angle of 75.47º 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 #B8F211 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 17 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.05 |
| HSL | 75.47º | 0.9% | 0.51% | - |
| HSV(B) | 75.47º | 0.93% | 0.95% | - |
| XYZ | 51.62 | 73.74 | 12.04 | - |
| YUV | 199.01 | 25.28 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 17 | 0.24 | 0 | 0.93 | 0.05 | 75.47 | 0.9 | 0.51 |
| Hex | B8 | F2 | 11 | 18 | 0 | 5D | 5 | 4B | 5A | 33 |
| Octal | 270 | 362 | 21 | 30 | 0 | 135 | 5 | 113 | 132 | 63 |
| Binary | 10111000 | 11110010 | 10001 | 11000 | 0 | 1011101 | 101 | 1001011 | 1011010 | 110011 |
Color Harmonies of #B8F211
Complementary color
Monochromatic Colors of #B8F211
Black with #B8F211
Text Example
Text Example
White with #B8F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F211; }
p { color: rgb(184,242,17); }
H1.HeaderClassName
{
color: #B8F211;
}
.AnyTagClassName
{
color: #B8F211;
}
</style>
background-color css
<style>
a { background-color: #B8F211; }
a { background-color: rgb(184,242,17); }
div.DivClassName
{
background-color: #B8F211;
}
.BgClassName
{
background-color: #B8F211;
}
</style>
border-color css
<style>
span { border-color: #B8F211; }
span { border-color: rgb(184,242,17); }
td.TdClassName
{
border-color: #B8F211;
}
.TagClassName
{
border-color: #B8F211;
}
</style>