Shades of Inch Worm #B0E611
Tints of Inch Worm #B0E611
RGB
CMYK
RGB Variations
Color information
#B0E611 (or 0xB0E611) is known color: Inch Worm. HEX triplet: B0, E6 and 11. RGB value is (176,230,17). Sum of RGB (Red+Green+Blue) = 176+230+17=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 230 (90.23% from 255 or 54.37% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E611 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0E611 is #4F19EE. Grayscale: #BEBEBE. Windows color (decimal): -5183983 or 1173168. OLE color: 1173168.
HSL color Cylindrical-coordinate representation of color #B0E611: hue angle of 75.21º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0E611 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 17 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.10 |
| HSL | 75.21º | 0.86% | 0.48% | - |
| HSV(B) | 75.21º | 0.93% | 0.9% | - |
| XYZ | 46.3 | 65.86 | 10.8 | - |
| YUV | 189.57 | 30.61 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 17 | 0.23 | 0 | 0.93 | 0.10 | 75.21 | 0.86 | 0.48 |
| Hex | B0 | E6 | 11 | 17 | 0 | 5D | A | 4B | 56 | 30 |
| Octal | 260 | 346 | 21 | 27 | 0 | 135 | 12 | 113 | 126 | 60 |
| Binary | 10110000 | 11100110 | 10001 | 10111 | 0 | 1011101 | 1010 | 1001011 | 1010110 | 110000 |
Color Harmonies of #B0E611
Complementary color
Monochromatic Colors of #B0E611
Black with #B0E611
Text Example
Text Example
White with #B0E611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E611; }
p { color: rgb(176,230,17); }
H1.HeaderClassName
{
color: #B0E611;
}
.AnyTagClassName
{
color: #B0E611;
}
</style>
background-color css
<style>
a { background-color: #B0E611; }
a { background-color: rgb(176,230,17); }
div.DivClassName
{
background-color: #B0E611;
}
.BgClassName
{
background-color: #B0E611;
}
</style>
border-color css
<style>
span { border-color: #B0E611; }
span { border-color: rgb(176,230,17); }
td.TdClassName
{
border-color: #B0E611;
}
.TagClassName
{
border-color: #B0E611;
}
</style>