Shades of Inch Worm #CCE00C
Tints of Inch Worm #CCE00C
RGB
CMYK
RGB Variations
Color information
#CCE00C (or 0xCCE00C) is known color: Inch Worm. HEX triplet: CC, E0 and 0C. RGB value is (204,224,12). Sum of RGB (Red+Green+Blue) = 204+224+12=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE00C is #331FF3. Grayscale: #C2C2C2. Windows color (decimal): -3350516 or 843980. OLE color: 843980.
HSL color Cylindrical-coordinate representation of color #CCE00C: hue angle of 65.66º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCE00C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 12 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.12 |
| HSL | 65.66º | 0.9% | 0.46% | - |
| HSV(B) | 65.66º | 0.95% | 0.88% | - |
| XYZ | 51.62 | 66.18 | 10.4 | - |
| YUV | 193.85 | 25.37 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 12 | 0.09 | 0 | 0.95 | 0.12 | 65.66 | 0.9 | 0.46 |
| Hex | CC | E0 | C | 9 | 0 | 5F | C | 42 | 5A | 2E |
| Octal | 314 | 340 | 14 | 11 | 0 | 137 | 14 | 102 | 132 | 56 |
| Binary | 11001100 | 11100000 | 1100 | 1001 | 0 | 1011111 | 1100 | 1000010 | 1011010 | 101110 |
Color Harmonies of #CCE00C
Complementary color
Monochromatic Colors of #CCE00C
Black with #CCE00C
Text Example
Text Example
White with #CCE00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE00C; }
p { color: rgb(204,224,12); }
H1.HeaderClassName
{
color: #CCE00C;
}
.AnyTagClassName
{
color: #CCE00C;
}
</style>
background-color css
<style>
a { background-color: #CCE00C; }
a { background-color: rgb(204,224,12); }
div.DivClassName
{
background-color: #CCE00C;
}
.BgClassName
{
background-color: #CCE00C;
}
</style>
border-color css
<style>
span { border-color: #CCE00C; }
span { border-color: rgb(204,224,12); }
td.TdClassName
{
border-color: #CCE00C;
}
.TagClassName
{
border-color: #CCE00C;
}
</style>