Shades of Inch Worm #B2DD0D
Tints of Inch Worm #B2DD0D
RGB
CMYK
RGB Variations
Color information
#B2DD0D (or 0xB2DD0D) is known color: Inch Worm. HEX triplet: B2, DD and 0D. RGB value is (178,221,13). Sum of RGB (Red+Green+Blue) = 178+221+13=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DD0D is #4D22F2. Grayscale: #B9B9B9. Windows color (decimal): -5055219 or 908722. OLE color: 908722.
HSL color Cylindrical-coordinate representation of color #B2DD0D: hue angle of 72.4º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2DD0D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 13 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.13 |
| HSL | 72.4º | 0.89% | 0.46% | - |
| HSV(B) | 72.4º | 0.94% | 0.87% | - |
| XYZ | 44.29 | 61.21 | 9.86 | - |
| YUV | 184.43 | 31.25 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 13 | 0.19 | 0 | 0.94 | 0.13 | 72.4 | 0.89 | 0.46 |
| Hex | B2 | DD | D | 13 | 0 | 5E | D | 48 | 59 | 2E |
| Octal | 262 | 335 | 15 | 23 | 0 | 136 | 15 | 110 | 131 | 56 |
| Binary | 10110010 | 11011101 | 1101 | 10011 | 0 | 1011110 | 1101 | 1001000 | 1011001 | 101110 |
Color Harmonies of #B2DD0D
Complementary color
Monochromatic Colors of #B2DD0D
Black with #B2DD0D
Text Example
Text Example
White with #B2DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD0D; }
p { color: rgb(178,221,13); }
H1.HeaderClassName
{
color: #B2DD0D;
}
.AnyTagClassName
{
color: #B2DD0D;
}
</style>
background-color css
<style>
a { background-color: #B2DD0D; }
a { background-color: rgb(178,221,13); }
div.DivClassName
{
background-color: #B2DD0D;
}
.BgClassName
{
background-color: #B2DD0D;
}
</style>
border-color css
<style>
span { border-color: #B2DD0D; }
span { border-color: rgb(178,221,13); }
td.TdClassName
{
border-color: #B2DD0D;
}
.TagClassName
{
border-color: #B2DD0D;
}
</style>