Shades of Inch Worm #CCDF0D
Tints of Inch Worm #CCDF0D
RGB
CMYK
RGB Variations
Color information
#CCDF0D (or 0xCCDF0D) is known color: Inch Worm. HEX triplet: CC, DF and 0D. RGB value is (204,223,13). Sum of RGB (Red+Green+Blue) = 204+223+13=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF0D is #3320F2. Grayscale: #C2C2C2. Windows color (decimal): -3350771 or 909260. OLE color: 909260.
HSL color Cylindrical-coordinate representation of color #CCDF0D: hue angle of 65.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCDF0D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.13 |
| HSL | 65.43º | 0.89% | 0.46% | - |
| HSV(B) | 65.43º | 0.94% | 0.87% | - |
| XYZ | 51.36 | 65.64 | 10.34 | - |
| YUV | 193.38 | 26.21 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 13 | 0.09 | 0 | 0.94 | 0.13 | 65.43 | 0.89 | 0.46 |
| Hex | CC | DF | D | 9 | 0 | 5E | D | 41 | 59 | 2E |
| Octal | 314 | 337 | 15 | 11 | 0 | 136 | 15 | 101 | 131 | 56 |
| Binary | 11001100 | 11011111 | 1101 | 1001 | 0 | 1011110 | 1101 | 1000001 | 1011001 | 101110 |
Color Harmonies of #CCDF0D
Complementary color
Monochromatic Colors of #CCDF0D
Black with #CCDF0D
Text Example
Text Example
White with #CCDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF0D; }
p { color: rgb(204,223,13); }
H1.HeaderClassName
{
color: #CCDF0D;
}
.AnyTagClassName
{
color: #CCDF0D;
}
</style>
background-color css
<style>
a { background-color: #CCDF0D; }
a { background-color: rgb(204,223,13); }
div.DivClassName
{
background-color: #CCDF0D;
}
.BgClassName
{
background-color: #CCDF0D;
}
</style>
border-color css
<style>
span { border-color: #CCDF0D; }
span { border-color: rgb(204,223,13); }
td.TdClassName
{
border-color: #CCDF0D;
}
.TagClassName
{
border-color: #CCDF0D;
}
</style>