Shades of Inch Worm #CCDD07
Tints of Inch Worm #CCDD07
RGB
CMYK
RGB Variations
Color information
#CCDD07 (or 0xCCDD07) is known color: Inch Worm. HEX triplet: CC, DD and 07. RGB value is (204,221,7). Sum of RGB (Red+Green+Blue) = 204+221+7=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 7 (3.12% from 255 or 1.62% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD07 is #3322F8. Grayscale: #C0C0C0. Windows color (decimal): -3351289 or 515532. OLE color: 515532.
HSL color Cylindrical-coordinate representation of color #CCDD07: hue angle of 64.77º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCDD07 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 7 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.13 |
| HSL | 64.77º | 0.94% | 0.45% | - |
| HSV(B) | 64.77º | 0.97% | 0.87% | - |
| XYZ | 50.8 | 64.57 | 9.99 | - |
| YUV | 191.52 | 23.87 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 7 | 0.08 | 0 | 0.97 | 0.13 | 64.77 | 0.94 | 0.45 |
| Hex | CC | DD | 7 | 8 | 0 | 61 | D | 41 | 5E | 2D |
| Octal | 314 | 335 | 7 | 10 | 0 | 141 | 15 | 101 | 136 | 55 |
| Binary | 11001100 | 11011101 | 111 | 1000 | 0 | 1100001 | 1101 | 1000001 | 1011110 | 101101 |
Color Harmonies of #CCDD07
Complementary color
Monochromatic Colors of #CCDD07
Black with #CCDD07
Text Example
Text Example
White with #CCDD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD07; }
p { color: rgb(204,221,7); }
H1.HeaderClassName
{
color: #CCDD07;
}
.AnyTagClassName
{
color: #CCDD07;
}
</style>
background-color css
<style>
a { background-color: #CCDD07; }
a { background-color: rgb(204,221,7); }
div.DivClassName
{
background-color: #CCDD07;
}
.BgClassName
{
background-color: #CCDD07;
}
</style>
border-color css
<style>
span { border-color: #CCDD07; }
span { border-color: rgb(204,221,7); }
td.TdClassName
{
border-color: #CCDD07;
}
.TagClassName
{
border-color: #CCDD07;
}
</style>