Shades of Inch Worm #CCE40E
Tints of Inch Worm #CCE40E
RGB
CMYK
RGB Variations
Color information
#CCE40E (or 0xCCE40E) is known color: Inch Worm. HEX triplet: CC, E4 and 0E. RGB value is (204,228,14). Sum of RGB (Red+Green+Blue) = 204+228+14=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE40E is #331BF1. Grayscale: #C5C5C5. Windows color (decimal): -3349490 or 976076. OLE color: 976076.
HSL color Cylindrical-coordinate representation of color #CCE40E: hue angle of 66.73º 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 #CCE40E is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 14 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.11 |
| HSL | 66.73º | 0.88% | 0.47% | - |
| HSV(B) | 66.73º | 0.94% | 0.89% | - |
| XYZ | 52.72 | 68.36 | 10.83 | - |
| YUV | 196.43 | 25.05 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 14 | 0.11 | 0 | 0.94 | 0.11 | 66.73 | 0.88 | 0.47 |
| Hex | CC | E4 | E | B | 0 | 5E | B | 43 | 58 | 2F |
| Octal | 314 | 344 | 16 | 13 | 0 | 136 | 13 | 103 | 130 | 57 |
| Binary | 11001100 | 11100100 | 1110 | 1011 | 0 | 1011110 | 1011 | 1000011 | 1011000 | 101111 |
Color Harmonies of #CCE40E
Complementary color
Monochromatic Colors of #CCE40E
Black with #CCE40E
Text Example
Text Example
White with #CCE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE40E; }
p { color: rgb(204,228,14); }
H1.HeaderClassName
{
color: #CCE40E;
}
.AnyTagClassName
{
color: #CCE40E;
}
</style>
background-color css
<style>
a { background-color: #CCE40E; }
a { background-color: rgb(204,228,14); }
div.DivClassName
{
background-color: #CCE40E;
}
.BgClassName
{
background-color: #CCE40E;
}
</style>
border-color css
<style>
span { border-color: #CCE40E; }
span { border-color: rgb(204,228,14); }
td.TdClassName
{
border-color: #CCE40E;
}
.TagClassName
{
border-color: #CCE40E;
}
</style>