Shades of Inch Worm #CCDD04
Tints of Inch Worm #CCDD04
RGB
CMYK
RGB Variations
Color information
#CCDD04 (or 0xCCDD04) is known color: Inch Worm. HEX triplet: CC, DD and 04. RGB value is (204,221,4). Sum of RGB (Red+Green+Blue) = 204+221+4=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD04 is #3322FB. Grayscale: #C0C0C0. Windows color (decimal): -3351292 or 318924. OLE color: 318924.
HSL color Cylindrical-coordinate representation of color #CCDD04: hue angle of 64.7º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCDD04 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.13 |
| HSL | 64.7º | 0.96% | 0.44% | - |
| HSV(B) | 64.7º | 0.98% | 0.87% | - |
| XYZ | 50.78 | 64.56 | 9.9 | - |
| YUV | 191.18 | 22.37 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 4 | 0.08 | 0 | 0.98 | 0.13 | 64.7 | 0.96 | 0.44 |
| Hex | CC | DD | 4 | 8 | 0 | 62 | D | 41 | 60 | 2C |
| Octal | 314 | 335 | 4 | 10 | 0 | 142 | 15 | 101 | 140 | 54 |
| Binary | 11001100 | 11011101 | 100 | 1000 | 0 | 1100010 | 1101 | 1000001 | 1100000 | 101100 |
Color Harmonies of #CCDD04
Complementary color
Monochromatic Colors of #CCDD04
Black with #CCDD04
Text Example
Text Example
White with #CCDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD04; }
p { color: rgb(204,221,4); }
H1.HeaderClassName
{
color: #CCDD04;
}
.AnyTagClassName
{
color: #CCDD04;
}
</style>
background-color css
<style>
a { background-color: #CCDD04; }
a { background-color: rgb(204,221,4); }
div.DivClassName
{
background-color: #CCDD04;
}
.BgClassName
{
background-color: #CCDD04;
}
</style>
border-color css
<style>
span { border-color: #CCDD04; }
span { border-color: rgb(204,221,4); }
td.TdClassName
{
border-color: #CCDD04;
}
.TagClassName
{
border-color: #CCDD04;
}
</style>