Shades of Inch Worm #CCE20E
Tints of Inch Worm #CCE20E
RGB
CMYK
RGB Variations
Color information
#CCE20E (or 0xCCE20E) is known color: Inch Worm. HEX triplet: CC, E2 and 0E. RGB value is (204,226,14). Sum of RGB (Red+Green+Blue) = 204+226+14=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE20E is #331DF1. Grayscale: #C4C4C4. Windows color (decimal): -3350002 or 975564. OLE color: 975564.
HSL color Cylindrical-coordinate representation of color #CCE20E: hue angle of 66.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCE20E is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 14 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.11 |
| HSL | 66.23º | 0.88% | 0.47% | - |
| HSV(B) | 66.23º | 0.94% | 0.89% | - |
| XYZ | 52.18 | 67.26 | 10.65 | - |
| YUV | 195.25 | 25.71 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 14 | 0.10 | 0 | 0.94 | 0.11 | 66.23 | 0.88 | 0.47 |
| Hex | CC | E2 | E | A | 0 | 5E | B | 42 | 58 | 2F |
| Octal | 314 | 342 | 16 | 12 | 0 | 136 | 13 | 102 | 130 | 57 |
| Binary | 11001100 | 11100010 | 1110 | 1010 | 0 | 1011110 | 1011 | 1000010 | 1011000 | 101111 |
Color Harmonies of #CCE20E
Complementary color
Monochromatic Colors of #CCE20E
Black with #CCE20E
Text Example
Text Example
White with #CCE20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE20E; }
p { color: rgb(204,226,14); }
H1.HeaderClassName
{
color: #CCE20E;
}
.AnyTagClassName
{
color: #CCE20E;
}
</style>
background-color css
<style>
a { background-color: #CCE20E; }
a { background-color: rgb(204,226,14); }
div.DivClassName
{
background-color: #CCE20E;
}
.BgClassName
{
background-color: #CCE20E;
}
</style>
border-color css
<style>
span { border-color: #CCE20E; }
span { border-color: rgb(204,226,14); }
td.TdClassName
{
border-color: #CCE20E;
}
.TagClassName
{
border-color: #CCE20E;
}
</style>