Shades of Inch Worm #CCE610
Tints of Inch Worm #CCE610
RGB
CMYK
RGB Variations
Color information
#CCE610 (or 0xCCE610) is known color: Inch Worm. HEX triplet: CC, E6 and 10. RGB value is (204,230,16). Sum of RGB (Red+Green+Blue) = 204+230+16=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE610 is #3319EF. Grayscale: #C6C6C6. Windows color (decimal): -3348976 or 1107660. OLE color: 1107660.
HSL color Cylindrical-coordinate representation of color #CCE610: hue angle of 67.29º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCE610 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 16 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.10 |
| HSL | 67.29º | 0.87% | 0.48% | - |
| HSV(B) | 67.29º | 0.93% | 0.9% | - |
| XYZ | 53.29 | 69.47 | 11.09 | - |
| YUV | 197.83 | 25.39 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 16 | 0.11 | 0 | 0.93 | 0.10 | 67.29 | 0.87 | 0.48 |
| Hex | CC | E6 | 10 | B | 0 | 5D | A | 43 | 57 | 30 |
| Octal | 314 | 346 | 20 | 13 | 0 | 135 | 12 | 103 | 127 | 60 |
| Binary | 11001100 | 11100110 | 10000 | 1011 | 0 | 1011101 | 1010 | 1000011 | 1010111 | 110000 |
Color Harmonies of #CCE610
Complementary color
Monochromatic Colors of #CCE610
Black with #CCE610
Text Example
Text Example
White with #CCE610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE610; }
p { color: rgb(204,230,16); }
H1.HeaderClassName
{
color: #CCE610;
}
.AnyTagClassName
{
color: #CCE610;
}
</style>
background-color css
<style>
a { background-color: #CCE610; }
a { background-color: rgb(204,230,16); }
div.DivClassName
{
background-color: #CCE610;
}
.BgClassName
{
background-color: #CCE610;
}
</style>
border-color css
<style>
span { border-color: #CCE610; }
span { border-color: rgb(204,230,16); }
td.TdClassName
{
border-color: #CCE610;
}
.TagClassName
{
border-color: #CCE610;
}
</style>