Shades of Inch Worm #CCE310
Tints of Inch Worm #CCE310
RGB
CMYK
RGB Variations
Color information
#CCE310 (or 0xCCE310) is known color: Inch Worm. HEX triplet: CC, E3 and 10. RGB value is (204,227,16). Sum of RGB (Red+Green+Blue) = 204+227+16=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE310 is #331CEF. Grayscale: #C4C4C4. Windows color (decimal): -3349744 or 1106892. OLE color: 1106892.
HSL color Cylindrical-coordinate representation of color #CCE310: hue angle of 66.54º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCE310 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 16 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.11 |
| HSL | 66.54º | 0.87% | 0.48% | - |
| HSV(B) | 66.54º | 0.93% | 0.89% | - |
| XYZ | 52.46 | 67.81 | 10.81 | - |
| YUV | 196.07 | 26.38 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 16 | 0.10 | 0 | 0.93 | 0.11 | 66.54 | 0.87 | 0.48 |
| Hex | CC | E3 | 10 | A | 0 | 5D | B | 43 | 57 | 30 |
| Octal | 314 | 343 | 20 | 12 | 0 | 135 | 13 | 103 | 127 | 60 |
| Binary | 11001100 | 11100011 | 10000 | 1010 | 0 | 1011101 | 1011 | 1000011 | 1010111 | 110000 |
Color Harmonies of #CCE310
Complementary color
Monochromatic Colors of #CCE310
Black with #CCE310
Text Example
Text Example
White with #CCE310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE310; }
p { color: rgb(204,227,16); }
H1.HeaderClassName
{
color: #CCE310;
}
.AnyTagClassName
{
color: #CCE310;
}
</style>
background-color css
<style>
a { background-color: #CCE310; }
a { background-color: rgb(204,227,16); }
div.DivClassName
{
background-color: #CCE310;
}
.BgClassName
{
background-color: #CCE310;
}
</style>
border-color css
<style>
span { border-color: #CCE310; }
span { border-color: rgb(204,227,16); }
td.TdClassName
{
border-color: #CCE310;
}
.TagClassName
{
border-color: #CCE310;
}
</style>