Shades of Inch Worm #CCE213
Tints of Inch Worm #CCE213
RGB
CMYK
RGB Variations
Color information
#CCE213 (or 0xCCE213) is known color: Inch Worm. HEX triplet: CC, E2 and 13. RGB value is (204,226,19). Sum of RGB (Red+Green+Blue) = 204+226+19=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE213 is #331DEC. Grayscale: #C4C4C4. Windows color (decimal): -3349997 or 1303244. OLE color: 1303244.
HSL color Cylindrical-coordinate representation of color #CCE213: hue angle of 66.38º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCE213 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 19 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.11 |
| HSL | 66.38º | 0.84% | 0.48% | - |
| HSV(B) | 66.38º | 0.92% | 0.89% | - |
| XYZ | 52.22 | 67.28 | 10.85 | - |
| YUV | 195.82 | 28.21 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 19 | 0.10 | 0 | 0.92 | 0.11 | 66.38 | 0.84 | 0.48 |
| Hex | CC | E2 | 13 | A | 0 | 5C | B | 42 | 54 | 30 |
| Octal | 314 | 342 | 23 | 12 | 0 | 134 | 13 | 102 | 124 | 60 |
| Binary | 11001100 | 11100010 | 10011 | 1010 | 0 | 1011100 | 1011 | 1000010 | 1010100 | 110000 |
Color Harmonies of #CCE213
Complementary color
Monochromatic Colors of #CCE213
Black with #CCE213
Text Example
Text Example
White with #CCE213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE213; }
p { color: rgb(204,226,19); }
H1.HeaderClassName
{
color: #CCE213;
}
.AnyTagClassName
{
color: #CCE213;
}
</style>
background-color css
<style>
a { background-color: #CCE213; }
a { background-color: rgb(204,226,19); }
div.DivClassName
{
background-color: #CCE213;
}
.BgClassName
{
background-color: #CCE213;
}
</style>
border-color css
<style>
span { border-color: #CCE213; }
span { border-color: rgb(204,226,19); }
td.TdClassName
{
border-color: #CCE213;
}
.TagClassName
{
border-color: #CCE213;
}
</style>