Shades of Inch Worm #CCE210
Tints of Inch Worm #CCE210
RGB
CMYK
RGB Variations
Color information
#CCE210 (or 0xCCE210) is known color: Inch Worm. HEX triplet: CC, E2 and 10. RGB value is (204,226,16). Sum of RGB (Red+Green+Blue) = 204+226+16=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE210 is #331DEF. Grayscale: #C4C4C4. Windows color (decimal): -3350000 or 1106636. OLE color: 1106636.
HSL color Cylindrical-coordinate representation of color #CCE210: hue angle of 66.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCE210 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 16 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.11 |
| HSL | 66.29º | 0.87% | 0.47% | - |
| HSV(B) | 66.29º | 0.93% | 0.89% | - |
| XYZ | 52.19 | 67.27 | 10.72 | - |
| YUV | 195.48 | 26.71 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 16 | 0.10 | 0 | 0.93 | 0.11 | 66.29 | 0.87 | 0.47 |
| Hex | CC | E2 | 10 | A | 0 | 5D | B | 42 | 57 | 2F |
| Octal | 314 | 342 | 20 | 12 | 0 | 135 | 13 | 102 | 127 | 57 |
| Binary | 11001100 | 11100010 | 10000 | 1010 | 0 | 1011101 | 1011 | 1000010 | 1010111 | 101111 |
Color Harmonies of #CCE210
Complementary color
Monochromatic Colors of #CCE210
Black with #CCE210
Text Example
Text Example
White with #CCE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE210; }
p { color: rgb(204,226,16); }
H1.HeaderClassName
{
color: #CCE210;
}
.AnyTagClassName
{
color: #CCE210;
}
</style>
background-color css
<style>
a { background-color: #CCE210; }
a { background-color: rgb(204,226,16); }
div.DivClassName
{
background-color: #CCE210;
}
.BgClassName
{
background-color: #CCE210;
}
</style>
border-color css
<style>
span { border-color: #CCE210; }
span { border-color: rgb(204,226,16); }
td.TdClassName
{
border-color: #CCE210;
}
.TagClassName
{
border-color: #CCE210;
}
</style>