Shades of Inch Worm #CCDF0A
Tints of Inch Worm #CCDF0A
RGB
CMYK
RGB Variations
Color information
#CCDF0A (or 0xCCDF0A) is known color: Inch Worm. HEX triplet: CC, DF and 0A. RGB value is (204,223,10). Sum of RGB (Red+Green+Blue) = 204+223+10=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF0A is #3320F5. Grayscale: #C1C1C1. Windows color (decimal): -3350774 or 712652. OLE color: 712652.
HSL color Cylindrical-coordinate representation of color #CCDF0A: hue angle of 65.35º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCDF0A is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 10 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.13 |
| HSL | 65.35º | 0.91% | 0.46% | - |
| HSV(B) | 65.35º | 0.96% | 0.87% | - |
| XYZ | 51.34 | 65.63 | 10.25 | - |
| YUV | 193.04 | 24.71 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 10 | 0.09 | 0 | 0.96 | 0.13 | 65.35 | 0.91 | 0.46 |
| Hex | CC | DF | A | 9 | 0 | 60 | D | 41 | 5B | 2E |
| Octal | 314 | 337 | 12 | 11 | 0 | 140 | 15 | 101 | 133 | 56 |
| Binary | 11001100 | 11011111 | 1010 | 1001 | 0 | 1100000 | 1101 | 1000001 | 1011011 | 101110 |
Color Harmonies of #CCDF0A
Complementary color
Monochromatic Colors of #CCDF0A
Black with #CCDF0A
Text Example
Text Example
White with #CCDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF0A; }
p { color: rgb(204,223,10); }
H1.HeaderClassName
{
color: #CCDF0A;
}
.AnyTagClassName
{
color: #CCDF0A;
}
</style>
background-color css
<style>
a { background-color: #CCDF0A; }
a { background-color: rgb(204,223,10); }
div.DivClassName
{
background-color: #CCDF0A;
}
.BgClassName
{
background-color: #CCDF0A;
}
</style>
border-color css
<style>
span { border-color: #CCDF0A; }
span { border-color: rgb(204,223,10); }
td.TdClassName
{
border-color: #CCDF0A;
}
.TagClassName
{
border-color: #CCDF0A;
}
</style>