Shades of Inch Worm #CCE10E
Tints of Inch Worm #CCE10E
RGB
CMYK
RGB Variations
Color information
#CCE10E (or 0xCCE10E) is known color: Inch Worm. HEX triplet: CC, E1 and 0E. RGB value is (204,225,14). Sum of RGB (Red+Green+Blue) = 204+225+14=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE10E is #331EF1. Grayscale: #C3C3C3. Windows color (decimal): -3350258 or 975308. OLE color: 975308.
HSL color Cylindrical-coordinate representation of color #CCE10E: hue angle of 65.97º degrees, saturation: 0.88, 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 #CCE10E is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 14 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.12 |
| HSL | 65.97º | 0.88% | 0.47% | - |
| HSV(B) | 65.97º | 0.94% | 0.88% | - |
| XYZ | 51.91 | 66.72 | 10.56 | - |
| YUV | 194.67 | 26.04 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 14 | 0.09 | 0 | 0.94 | 0.12 | 65.97 | 0.88 | 0.47 |
| Hex | CC | E1 | E | 9 | 0 | 5E | C | 42 | 58 | 2F |
| Octal | 314 | 341 | 16 | 11 | 0 | 136 | 14 | 102 | 130 | 57 |
| Binary | 11001100 | 11100001 | 1110 | 1001 | 0 | 1011110 | 1100 | 1000010 | 1011000 | 101111 |
Color Harmonies of #CCE10E
Complementary color
Monochromatic Colors of #CCE10E
Black with #CCE10E
Text Example
Text Example
White with #CCE10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE10E; }
p { color: rgb(204,225,14); }
H1.HeaderClassName
{
color: #CCE10E;
}
.AnyTagClassName
{
color: #CCE10E;
}
</style>
background-color css
<style>
a { background-color: #CCE10E; }
a { background-color: rgb(204,225,14); }
div.DivClassName
{
background-color: #CCE10E;
}
.BgClassName
{
background-color: #CCE10E;
}
</style>
border-color css
<style>
span { border-color: #CCE10E; }
span { border-color: rgb(204,225,14); }
td.TdClassName
{
border-color: #CCE10E;
}
.TagClassName
{
border-color: #CCE10E;
}
</style>