Shades of Inch Worm #B0DD10
Tints of Inch Worm #B0DD10
RGB
CMYK
RGB Variations
Color information
#B0DD10 (or 0xB0DD10) is known color: Inch Worm. HEX triplet: B0, DD and 10. RGB value is (176,221,16). Sum of RGB (Red+Green+Blue) = 176+221+16=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DD10 is #4F22EF. Grayscale: #B8B8B8. Windows color (decimal): -5186288 or 1105328. OLE color: 1105328.
HSL color Cylindrical-coordinate representation of color #B0DD10: hue angle of 73.17º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0DD10 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 16 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.13 |
| HSL | 73.17º | 0.86% | 0.46% | - |
| HSV(B) | 73.17º | 0.93% | 0.87% | - |
| XYZ | 43.85 | 60.98 | 9.95 | - |
| YUV | 184.18 | 33.09 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 16 | 0.20 | 0 | 0.93 | 0.13 | 73.17 | 0.86 | 0.46 |
| Hex | B0 | DD | 10 | 14 | 0 | 5D | D | 49 | 56 | 2E |
| Octal | 260 | 335 | 20 | 24 | 0 | 135 | 15 | 111 | 126 | 56 |
| Binary | 10110000 | 11011101 | 10000 | 10100 | 0 | 1011101 | 1101 | 1001001 | 1010110 | 101110 |
Color Harmonies of #B0DD10
Complementary color
Monochromatic Colors of #B0DD10
Black with #B0DD10
Text Example
Text Example
White with #B0DD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD10; }
p { color: rgb(176,221,16); }
H1.HeaderClassName
{
color: #B0DD10;
}
.AnyTagClassName
{
color: #B0DD10;
}
</style>
background-color css
<style>
a { background-color: #B0DD10; }
a { background-color: rgb(176,221,16); }
div.DivClassName
{
background-color: #B0DD10;
}
.BgClassName
{
background-color: #B0DD10;
}
</style>
border-color css
<style>
span { border-color: #B0DD10; }
span { border-color: rgb(176,221,16); }
td.TdClassName
{
border-color: #B0DD10;
}
.TagClassName
{
border-color: #B0DD10;
}
</style>