Shades of Inch Worm #CCDD0B
Tints of Inch Worm #CCDD0B
RGB
CMYK
RGB Variations
Color information
#CCDD0B (or 0xCCDD0B) is known color: Inch Worm. HEX triplet: CC, DD and 0B. RGB value is (204,221,11). Sum of RGB (Red+Green+Blue) = 204+221+11=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD0B is #3322F4. Grayscale: #C0C0C0. Windows color (decimal): -3351285 or 777676. OLE color: 777676.
HSL color Cylindrical-coordinate representation of color #CCDD0B: hue angle of 64.86º 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 #CCDD0B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 11 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.13 |
| HSL | 64.86º | 0.91% | 0.45% | - |
| HSV(B) | 64.86º | 0.95% | 0.87% | - |
| XYZ | 50.82 | 64.57 | 10.1 | - |
| YUV | 191.98 | 25.87 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 11 | 0.08 | 0 | 0.95 | 0.13 | 64.86 | 0.91 | 0.45 |
| Hex | CC | DD | B | 8 | 0 | 5F | D | 41 | 5B | 2D |
| Octal | 314 | 335 | 13 | 10 | 0 | 137 | 15 | 101 | 133 | 55 |
| Binary | 11001100 | 11011101 | 1011 | 1000 | 0 | 1011111 | 1101 | 1000001 | 1011011 | 101101 |
Color Harmonies of #CCDD0B
Complementary color
Monochromatic Colors of #CCDD0B
Black with #CCDD0B
Text Example
Text Example
White with #CCDD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD0B; }
p { color: rgb(204,221,11); }
H1.HeaderClassName
{
color: #CCDD0B;
}
.AnyTagClassName
{
color: #CCDD0B;
}
</style>
background-color css
<style>
a { background-color: #CCDD0B; }
a { background-color: rgb(204,221,11); }
div.DivClassName
{
background-color: #CCDD0B;
}
.BgClassName
{
background-color: #CCDD0B;
}
</style>
border-color css
<style>
span { border-color: #CCDD0B; }
span { border-color: rgb(204,221,11); }
td.TdClassName
{
border-color: #CCDD0B;
}
.TagClassName
{
border-color: #CCDD0B;
}
</style>