Shades of Inch Worm #C2DD0B
Tints of Inch Worm #C2DD0B
RGB
CMYK
RGB Variations
Color information
#C2DD0B (or 0xC2DD0B) is known color: Inch Worm. HEX triplet: C2, DD and 0B. RGB value is (194,221,11). Sum of RGB (Red+Green+Blue) = 194+221+11=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DD0B is #3D22F4. Grayscale: #BDBDBD. Windows color (decimal): -4006645 or 777666. OLE color: 777666.
HSL color Cylindrical-coordinate representation of color #C2DD0B: hue angle of 67.71º 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 #C2DD0B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 11 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.13 |
| HSL | 67.71º | 0.91% | 0.45% | - |
| HSV(B) | 67.71º | 0.95% | 0.87% | - |
| XYZ | 48.16 | 63.21 | 9.98 | - |
| YUV | 188.99 | 27.55 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 11 | 0.12 | 0 | 0.95 | 0.13 | 67.71 | 0.91 | 0.45 |
| Hex | C2 | DD | B | C | 0 | 5F | D | 44 | 5B | 2D |
| Octal | 302 | 335 | 13 | 14 | 0 | 137 | 15 | 104 | 133 | 55 |
| Binary | 11000010 | 11011101 | 1011 | 1100 | 0 | 1011111 | 1101 | 1000100 | 1011011 | 101101 |
Color Harmonies of #C2DD0B
Complementary color
Monochromatic Colors of #C2DD0B
Black with #C2DD0B
Text Example
Text Example
White with #C2DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD0B; }
p { color: rgb(194,221,11); }
H1.HeaderClassName
{
color: #C2DD0B;
}
.AnyTagClassName
{
color: #C2DD0B;
}
</style>
background-color css
<style>
a { background-color: #C2DD0B; }
a { background-color: rgb(194,221,11); }
div.DivClassName
{
background-color: #C2DD0B;
}
.BgClassName
{
background-color: #C2DD0B;
}
</style>
border-color css
<style>
span { border-color: #C2DD0B; }
span { border-color: rgb(194,221,11); }
td.TdClassName
{
border-color: #C2DD0B;
}
.TagClassName
{
border-color: #C2DD0B;
}
</style>