Shades of Inch Worm #CCE312
Tints of Inch Worm #CCE312
RGB
CMYK
RGB Variations
Color information
#CCE312 (or 0xCCE312) is known color: Inch Worm. HEX triplet: CC, E3 and 12. RGB value is (204,227,18). Sum of RGB (Red+Green+Blue) = 204+227+18=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE312 is #331CED. Grayscale: #C5C5C5. Windows color (decimal): -3349742 or 1237964. OLE color: 1237964.
HSL color Cylindrical-coordinate representation of color #CCE312: hue angle of 66.6º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCE312 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 18 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.11 |
| HSL | 66.6º | 0.85% | 0.48% | - |
| HSV(B) | 66.6º | 0.92% | 0.89% | - |
| XYZ | 52.48 | 67.82 | 10.9 | - |
| YUV | 196.3 | 27.38 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 18 | 0.10 | 0 | 0.92 | 0.11 | 66.6 | 0.85 | 0.48 |
| Hex | CC | E3 | 12 | A | 0 | 5C | B | 43 | 55 | 30 |
| Octal | 314 | 343 | 22 | 12 | 0 | 134 | 13 | 103 | 125 | 60 |
| Binary | 11001100 | 11100011 | 10010 | 1010 | 0 | 1011100 | 1011 | 1000011 | 1010101 | 110000 |
Color Harmonies of #CCE312
Complementary color
Monochromatic Colors of #CCE312
Black with #CCE312
Text Example
Text Example
White with #CCE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE312; }
p { color: rgb(204,227,18); }
H1.HeaderClassName
{
color: #CCE312;
}
.AnyTagClassName
{
color: #CCE312;
}
</style>
background-color css
<style>
a { background-color: #CCE312; }
a { background-color: rgb(204,227,18); }
div.DivClassName
{
background-color: #CCE312;
}
.BgClassName
{
background-color: #CCE312;
}
</style>
border-color css
<style>
span { border-color: #CCE312; }
span { border-color: rgb(204,227,18); }
td.TdClassName
{
border-color: #CCE312;
}
.TagClassName
{
border-color: #CCE312;
}
</style>