Shades of Inch Worm #B0E60D
Tints of Inch Worm #B0E60D
RGB
CMYK
RGB Variations
Color information
#B0E60D (or 0xB0E60D) is known color: Inch Worm. HEX triplet: B0, E6 and 0D. RGB value is (176,230,13). Sum of RGB (Red+Green+Blue) = 176+230+13=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 230 (90.23% from 255 or 54.89% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E60D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0E60D is #4F19F2. Grayscale: #BDBDBD. Windows color (decimal): -5183987 or 911024. OLE color: 911024.
HSL color Cylindrical-coordinate representation of color #B0E60D: hue angle of 74.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0E60D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.10 |
| HSL | 74.93º | 0.89% | 0.48% | - |
| HSV(B) | 74.93º | 0.94% | 0.9% | - |
| XYZ | 46.27 | 65.85 | 10.65 | - |
| YUV | 189.12 | 28.61 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 13 | 0.23 | 0 | 0.94 | 0.10 | 74.93 | 0.89 | 0.48 |
| Hex | B0 | E6 | D | 17 | 0 | 5E | A | 4B | 59 | 30 |
| Octal | 260 | 346 | 15 | 27 | 0 | 136 | 12 | 113 | 131 | 60 |
| Binary | 10110000 | 11100110 | 1101 | 10111 | 0 | 1011110 | 1010 | 1001011 | 1011001 | 110000 |
Color Harmonies of #B0E60D
Complementary color
Monochromatic Colors of #B0E60D
Black with #B0E60D
Text Example
Text Example
White with #B0E60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E60D; }
p { color: rgb(176,230,13); }
H1.HeaderClassName
{
color: #B0E60D;
}
.AnyTagClassName
{
color: #B0E60D;
}
</style>
background-color css
<style>
a { background-color: #B0E60D; }
a { background-color: rgb(176,230,13); }
div.DivClassName
{
background-color: #B0E60D;
}
.BgClassName
{
background-color: #B0E60D;
}
</style>
border-color css
<style>
span { border-color: #B0E60D; }
span { border-color: rgb(176,230,13); }
td.TdClassName
{
border-color: #B0E60D;
}
.TagClassName
{
border-color: #B0E60D;
}
</style>