Shades of Inch Worm #B0E117
Tints of Inch Worm #B0E117
RGB
CMYK
RGB Variations
Color information
#B0E117 (or 0xB0E117) is known color: Inch Worm. HEX triplet: B0, E1 and 17. RGB value is (176,225,23). Sum of RGB (Red+Green+Blue) = 176+225+23=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 225 (88.28% from 255 or 53.07% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0E117 is #4F1EE8. Grayscale: #BCBCBC. Windows color (decimal): -5185257 or 1565104. OLE color: 1565104.
HSL color Cylindrical-coordinate representation of color #B0E117: hue angle of 74.55º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0E117 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 23 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.12 |
| HSL | 74.55º | 0.81% | 0.49% | - |
| HSV(B) | 74.55º | 0.9% | 0.88% | - |
| XYZ | 44.98 | 63.14 | 10.63 | - |
| YUV | 187.32 | 35.27 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 23 | 0.22 | 0 | 0.90 | 0.12 | 74.55 | 0.81 | 0.49 |
| Hex | B0 | E1 | 17 | 16 | 0 | 5A | C | 4B | 51 | 31 |
| Octal | 260 | 341 | 27 | 26 | 0 | 132 | 14 | 113 | 121 | 61 |
| Binary | 10110000 | 11100001 | 10111 | 10110 | 0 | 1011010 | 1100 | 1001011 | 1010001 | 110001 |
Color Harmonies of #B0E117
Complementary color
Monochromatic Colors of #B0E117
Black with #B0E117
Text Example
Text Example
White with #B0E117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E117; }
p { color: rgb(176,225,23); }
H1.HeaderClassName
{
color: #B0E117;
}
.AnyTagClassName
{
color: #B0E117;
}
</style>
background-color css
<style>
a { background-color: #B0E117; }
a { background-color: rgb(176,225,23); }
div.DivClassName
{
background-color: #B0E117;
}
.BgClassName
{
background-color: #B0E117;
}
</style>
border-color css
<style>
span { border-color: #B0E117; }
span { border-color: rgb(176,225,23); }
td.TdClassName
{
border-color: #B0E117;
}
.TagClassName
{
border-color: #B0E117;
}
</style>