Shades of Inch Worm #B0DD17
Tints of Inch Worm #B0DD17
RGB
CMYK
RGB Variations
Color information
#B0DD17 (or 0xB0DD17) is known color: Inch Worm. HEX triplet: B0, DD and 17. RGB value is (176,221,23). Sum of RGB (Red+Green+Blue) = 176+221+23=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DD17 is #4F22E8. Grayscale: #B9B9B9. Windows color (decimal): -5186281 or 1564080. OLE color: 1564080.
HSL color Cylindrical-coordinate representation of color #B0DD17: hue angle of 73.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0DD17 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 23 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.13 |
| HSL | 73.64º | 0.81% | 0.48% | - |
| HSV(B) | 73.64º | 0.9% | 0.87% | - |
| XYZ | 43.92 | 61 | 10.27 | - |
| YUV | 184.97 | 36.59 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 23 | 0.20 | 0 | 0.90 | 0.13 | 73.64 | 0.81 | 0.48 |
| Hex | B0 | DD | 17 | 14 | 0 | 5A | D | 4A | 51 | 30 |
| Octal | 260 | 335 | 27 | 24 | 0 | 132 | 15 | 112 | 121 | 60 |
| Binary | 10110000 | 11011101 | 10111 | 10100 | 0 | 1011010 | 1101 | 1001010 | 1010001 | 110000 |
Color Harmonies of #B0DD17
Complementary color
Monochromatic Colors of #B0DD17
Black with #B0DD17
Text Example
Text Example
White with #B0DD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD17; }
p { color: rgb(176,221,23); }
H1.HeaderClassName
{
color: #B0DD17;
}
.AnyTagClassName
{
color: #B0DD17;
}
</style>
background-color css
<style>
a { background-color: #B0DD17; }
a { background-color: rgb(176,221,23); }
div.DivClassName
{
background-color: #B0DD17;
}
.BgClassName
{
background-color: #B0DD17;
}
</style>
border-color css
<style>
span { border-color: #B0DD17; }
span { border-color: rgb(176,221,23); }
td.TdClassName
{
border-color: #B0DD17;
}
.TagClassName
{
border-color: #B0DD17;
}
</style>