Shades of Inch Worm #B2DD14
Tints of Inch Worm #B2DD14
RGB
CMYK
RGB Variations
Color information
#B2DD14 (or 0xB2DD14) is known color: Inch Worm. HEX triplet: B2, DD and 14. RGB value is (178,221,20). Sum of RGB (Red+Green+Blue) = 178+221+20=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DD14 is #4D22EB. Grayscale: #B9B9B9. Windows color (decimal): -5055212 or 1367474. OLE color: 1367474.
HSL color Cylindrical-coordinate representation of color #B2DD14: hue angle of 72.84º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2DD14 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 20 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.13 |
| HSL | 72.84º | 0.83% | 0.47% | - |
| HSV(B) | 72.84º | 0.91% | 0.87% | - |
| XYZ | 44.34 | 61.23 | 10.14 | - |
| YUV | 185.23 | 34.75 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 20 | 0.19 | 0 | 0.91 | 0.13 | 72.84 | 0.83 | 0.47 |
| Hex | B2 | DD | 14 | 13 | 0 | 5B | D | 49 | 53 | 2F |
| Octal | 262 | 335 | 24 | 23 | 0 | 133 | 15 | 111 | 123 | 57 |
| Binary | 10110010 | 11011101 | 10100 | 10011 | 0 | 1011011 | 1101 | 1001001 | 1010011 | 101111 |
Color Harmonies of #B2DD14
Complementary color
Monochromatic Colors of #B2DD14
Black with #B2DD14
Text Example
Text Example
White with #B2DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD14; }
p { color: rgb(178,221,20); }
H1.HeaderClassName
{
color: #B2DD14;
}
.AnyTagClassName
{
color: #B2DD14;
}
</style>
background-color css
<style>
a { background-color: #B2DD14; }
a { background-color: rgb(178,221,20); }
div.DivClassName
{
background-color: #B2DD14;
}
.BgClassName
{
background-color: #B2DD14;
}
</style>
border-color css
<style>
span { border-color: #B2DD14; }
span { border-color: rgb(178,221,20); }
td.TdClassName
{
border-color: #B2DD14;
}
.TagClassName
{
border-color: #B2DD14;
}
</style>