Shades of Inch Worm #CCE10A
Tints of Inch Worm #CCE10A
RGB
CMYK
RGB Variations
Color information
#CCE10A (or 0xCCE10A) is known color: Inch Worm. HEX triplet: CC, E1 and 0A. RGB value is (204,225,10). Sum of RGB (Red+Green+Blue) = 204+225+10=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE10A is #331EF5. Grayscale: #C3C3C3. Windows color (decimal): -3350262 or 713164. OLE color: 713164.
HSL color Cylindrical-coordinate representation of color #CCE10A: hue angle of 65.86º degrees, saturation: 0.91, 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 #CCE10A is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 10 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.12 |
| HSL | 65.86º | 0.91% | 0.46% | - |
| HSV(B) | 65.86º | 0.96% | 0.88% | - |
| XYZ | 51.88 | 66.71 | 10.43 | - |
| YUV | 194.21 | 24.04 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 10 | 0.09 | 0 | 0.96 | 0.12 | 65.86 | 0.91 | 0.46 |
| Hex | CC | E1 | A | 9 | 0 | 60 | C | 42 | 5B | 2E |
| Octal | 314 | 341 | 12 | 11 | 0 | 140 | 14 | 102 | 133 | 56 |
| Binary | 11001100 | 11100001 | 1010 | 1001 | 0 | 1100000 | 1100 | 1000010 | 1011011 | 101110 |
Color Harmonies of #CCE10A
Complementary color
Monochromatic Colors of #CCE10A
Black with #CCE10A
Text Example
Text Example
White with #CCE10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE10A; }
p { color: rgb(204,225,10); }
H1.HeaderClassName
{
color: #CCE10A;
}
.AnyTagClassName
{
color: #CCE10A;
}
</style>
background-color css
<style>
a { background-color: #CCE10A; }
a { background-color: rgb(204,225,10); }
div.DivClassName
{
background-color: #CCE10A;
}
.BgClassName
{
background-color: #CCE10A;
}
</style>
border-color css
<style>
span { border-color: #CCE10A; }
span { border-color: rgb(204,225,10); }
td.TdClassName
{
border-color: #CCE10A;
}
.TagClassName
{
border-color: #CCE10A;
}
</style>