Shades of Inch Worm #B2DD0B
Tints of Inch Worm #B2DD0B
RGB
CMYK
RGB Variations
Color information
#B2DD0B (or 0xB2DD0B) is known color: Inch Worm. HEX triplet: B2, DD and 0B. RGB value is (178,221,11). Sum of RGB (Red+Green+Blue) = 178+221+11=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DD0B is #4D22F4. Grayscale: #B9B9B9. Windows color (decimal): -5055221 or 777650. OLE color: 777650.
HSL color Cylindrical-coordinate representation of color #B2DD0B: hue angle of 72.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2DD0B is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 11 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.13 |
| HSL | 72.29º | 0.91% | 0.45% | - |
| HSV(B) | 72.29º | 0.95% | 0.87% | - |
| XYZ | 44.28 | 61.2 | 9.8 | - |
| YUV | 184.2 | 30.25 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 11 | 0.19 | 0 | 0.95 | 0.13 | 72.29 | 0.91 | 0.45 |
| Hex | B2 | DD | B | 13 | 0 | 5F | D | 48 | 5B | 2D |
| Octal | 262 | 335 | 13 | 23 | 0 | 137 | 15 | 110 | 133 | 55 |
| Binary | 10110010 | 11011101 | 1011 | 10011 | 0 | 1011111 | 1101 | 1001000 | 1011011 | 101101 |
Color Harmonies of #B2DD0B
Complementary color
Monochromatic Colors of #B2DD0B
Black with #B2DD0B
Text Example
Text Example
White with #B2DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD0B; }
p { color: rgb(178,221,11); }
H1.HeaderClassName
{
color: #B2DD0B;
}
.AnyTagClassName
{
color: #B2DD0B;
}
</style>
background-color css
<style>
a { background-color: #B2DD0B; }
a { background-color: rgb(178,221,11); }
div.DivClassName
{
background-color: #B2DD0B;
}
.BgClassName
{
background-color: #B2DD0B;
}
</style>
border-color css
<style>
span { border-color: #B2DD0B; }
span { border-color: rgb(178,221,11); }
td.TdClassName
{
border-color: #B2DD0B;
}
.TagClassName
{
border-color: #B2DD0B;
}
</style>