Shades of Inch Worm #CCE111
Tints of Inch Worm #CCE111
RGB
CMYK
RGB Variations
Color information
#CCE111 (or 0xCCE111) is known color: Inch Worm. HEX triplet: CC, E1 and 11. RGB value is (204,225,17). Sum of RGB (Red+Green+Blue) = 204+225+17=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE111 is #331EEE. Grayscale: #C3C3C3. Windows color (decimal): -3350255 or 1171916. OLE color: 1171916.
HSL color Cylindrical-coordinate representation of color #CCE111: hue angle of 66.06º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCE111 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 17 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.12 |
| HSL | 66.06º | 0.86% | 0.47% | - |
| HSV(B) | 66.06º | 0.92% | 0.88% | - |
| XYZ | 51.93 | 66.73 | 10.67 | - |
| YUV | 195.01 | 27.54 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 17 | 0.09 | 0 | 0.92 | 0.12 | 66.06 | 0.86 | 0.47 |
| Hex | CC | E1 | 11 | 9 | 0 | 5C | C | 42 | 56 | 2F |
| Octal | 314 | 341 | 21 | 11 | 0 | 134 | 14 | 102 | 126 | 57 |
| Binary | 11001100 | 11100001 | 10001 | 1001 | 0 | 1011100 | 1100 | 1000010 | 1010110 | 101111 |
Color Harmonies of #CCE111
Complementary color
Monochromatic Colors of #CCE111
Black with #CCE111
Text Example
Text Example
White with #CCE111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE111; }
p { color: rgb(204,225,17); }
H1.HeaderClassName
{
color: #CCE111;
}
.AnyTagClassName
{
color: #CCE111;
}
</style>
background-color css
<style>
a { background-color: #CCE111; }
a { background-color: rgb(204,225,17); }
div.DivClassName
{
background-color: #CCE111;
}
.BgClassName
{
background-color: #CCE111;
}
</style>
border-color css
<style>
span { border-color: #CCE111; }
span { border-color: rgb(204,225,17); }
td.TdClassName
{
border-color: #CCE111;
}
.TagClassName
{
border-color: #CCE111;
}
</style>