Shades of Inch Worm #CCE009
Tints of Inch Worm #CCE009
RGB
CMYK
RGB Variations
Color information
#CCE009 (or 0xCCE009) is known color: Inch Worm. HEX triplet: CC, E0 and 09. RGB value is (204,224,9). Sum of RGB (Red+Green+Blue) = 204+224+9=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 9 (3.91% from 255 or 2.06% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE009 is #331FF6. Grayscale: #C2C2C2. Windows color (decimal): -3350519 or 647372. OLE color: 647372.
HSL color Cylindrical-coordinate representation of color #CCE009: hue angle of 65.58º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCE009 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 9 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.12 |
| HSL | 65.58º | 0.92% | 0.46% | - |
| HSV(B) | 65.58º | 0.96% | 0.88% | - |
| XYZ | 51.61 | 66.17 | 10.31 | - |
| YUV | 193.51 | 23.87 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 9 | 0.09 | 0 | 0.96 | 0.12 | 65.58 | 0.92 | 0.46 |
| Hex | CC | E0 | 9 | 9 | 0 | 60 | C | 42 | 5C | 2E |
| Octal | 314 | 340 | 11 | 11 | 0 | 140 | 14 | 102 | 134 | 56 |
| Binary | 11001100 | 11100000 | 1001 | 1001 | 0 | 1100000 | 1100 | 1000010 | 1011100 | 101110 |
Color Harmonies of #CCE009
Complementary color
Monochromatic Colors of #CCE009
Black with #CCE009
Text Example
Text Example
White with #CCE009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE009; }
p { color: rgb(204,224,9); }
H1.HeaderClassName
{
color: #CCE009;
}
.AnyTagClassName
{
color: #CCE009;
}
</style>
background-color css
<style>
a { background-color: #CCE009; }
a { background-color: rgb(204,224,9); }
div.DivClassName
{
background-color: #CCE009;
}
.BgClassName
{
background-color: #CCE009;
}
</style>
border-color css
<style>
span { border-color: #CCE009; }
span { border-color: rgb(204,224,9); }
td.TdClassName
{
border-color: #CCE009;
}
.TagClassName
{
border-color: #CCE009;
}
</style>