Shades of Inch Worm #CCE10D
Tints of Inch Worm #CCE10D
RGB
CMYK
RGB Variations
Color information
#CCE10D (or 0xCCE10D) is known color: Inch Worm. HEX triplet: CC, E1 and 0D. RGB value is (204,225,13). Sum of RGB (Red+Green+Blue) = 204+225+13=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE10D is #331EF2. Grayscale: #C3C3C3. Windows color (decimal): -3350259 or 909772. OLE color: 909772.
HSL color Cylindrical-coordinate representation of color #CCE10D: hue angle of 65.94º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCE10D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.12 |
| HSL | 65.94º | 0.89% | 0.47% | - |
| HSV(B) | 65.94º | 0.94% | 0.88% | - |
| XYZ | 51.9 | 66.72 | 10.52 | - |
| YUV | 194.55 | 25.54 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 13 | 0.09 | 0 | 0.94 | 0.12 | 65.94 | 0.89 | 0.47 |
| Hex | CC | E1 | D | 9 | 0 | 5E | C | 42 | 59 | 2F |
| Octal | 314 | 341 | 15 | 11 | 0 | 136 | 14 | 102 | 131 | 57 |
| Binary | 11001100 | 11100001 | 1101 | 1001 | 0 | 1011110 | 1100 | 1000010 | 1011001 | 101111 |
Color Harmonies of #CCE10D
Complementary color
Monochromatic Colors of #CCE10D
Black with #CCE10D
Text Example
Text Example
White with #CCE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE10D; }
p { color: rgb(204,225,13); }
H1.HeaderClassName
{
color: #CCE10D;
}
.AnyTagClassName
{
color: #CCE10D;
}
</style>
background-color css
<style>
a { background-color: #CCE10D; }
a { background-color: rgb(204,225,13); }
div.DivClassName
{
background-color: #CCE10D;
}
.BgClassName
{
background-color: #CCE10D;
}
</style>
border-color css
<style>
span { border-color: #CCE10D; }
span { border-color: rgb(204,225,13); }
td.TdClassName
{
border-color: #CCE10D;
}
.TagClassName
{
border-color: #CCE10D;
}
</style>