Shades of Inch Worm #CCE411
Tints of Inch Worm #CCE411
RGB
CMYK
RGB Variations
Color information
#CCE411 (or 0xCCE411) is known color: Inch Worm. HEX triplet: CC, E4 and 11. RGB value is (204,228,17). Sum of RGB (Red+Green+Blue) = 204+228+17=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE411 is #331BEE. Grayscale: #C5C5C5. Windows color (decimal): -3349487 or 1172684. OLE color: 1172684.
HSL color Cylindrical-coordinate representation of color #CCE411: hue angle of 66.82º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCE411 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 17 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.11 |
| HSL | 66.82º | 0.86% | 0.48% | - |
| HSV(B) | 66.82º | 0.93% | 0.89% | - |
| XYZ | 52.75 | 68.36 | 10.95 | - |
| YUV | 196.77 | 26.55 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 17 | 0.11 | 0 | 0.93 | 0.11 | 66.82 | 0.86 | 0.48 |
| Hex | CC | E4 | 11 | B | 0 | 5D | B | 43 | 56 | 30 |
| Octal | 314 | 344 | 21 | 13 | 0 | 135 | 13 | 103 | 126 | 60 |
| Binary | 11001100 | 11100100 | 10001 | 1011 | 0 | 1011101 | 1011 | 1000011 | 1010110 | 110000 |
Color Harmonies of #CCE411
Complementary color
Monochromatic Colors of #CCE411
Black with #CCE411
Text Example
Text Example
White with #CCE411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE411; }
p { color: rgb(204,228,17); }
H1.HeaderClassName
{
color: #CCE411;
}
.AnyTagClassName
{
color: #CCE411;
}
</style>
background-color css
<style>
a { background-color: #CCE411; }
a { background-color: rgb(204,228,17); }
div.DivClassName
{
background-color: #CCE411;
}
.BgClassName
{
background-color: #CCE411;
}
</style>
border-color css
<style>
span { border-color: #CCE411; }
span { border-color: rgb(204,228,17); }
td.TdClassName
{
border-color: #CCE411;
}
.TagClassName
{
border-color: #CCE411;
}
</style>