Shades of Inch Worm #CEE10C
Tints of Inch Worm #CEE10C
RGB
CMYK
RGB Variations
Color information
#CEE10C (or 0xCEE10C) is known color: Inch Worm. HEX triplet: CE, E1 and 0C. RGB value is (206,225,12). Sum of RGB (Red+Green+Blue) = 206+225+12=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE10C is #311EF3. Grayscale: #C3C3C3. Windows color (decimal): -3219188 or 844238. OLE color: 844238.
HSL color Cylindrical-coordinate representation of color #CEE10C: hue angle of 65.35º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEE10C is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 12 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.12 |
| HSL | 65.35º | 0.9% | 0.46% | - |
| HSV(B) | 65.35º | 0.95% | 0.88% | - |
| XYZ | 52.45 | 67 | 10.52 | - |
| YUV | 195.04 | 24.71 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 12 | 0.08 | 0 | 0.95 | 0.12 | 65.35 | 0.9 | 0.46 |
| Hex | CE | E1 | C | 8 | 0 | 5F | C | 41 | 5A | 2E |
| Octal | 316 | 341 | 14 | 10 | 0 | 137 | 14 | 101 | 132 | 56 |
| Binary | 11001110 | 11100001 | 1100 | 1000 | 0 | 1011111 | 1100 | 1000001 | 1011010 | 101110 |
Color Harmonies of #CEE10C
Complementary color
Monochromatic Colors of #CEE10C
Black with #CEE10C
Text Example
Text Example
White with #CEE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE10C; }
p { color: rgb(206,225,12); }
H1.HeaderClassName
{
color: #CEE10C;
}
.AnyTagClassName
{
color: #CEE10C;
}
</style>
background-color css
<style>
a { background-color: #CEE10C; }
a { background-color: rgb(206,225,12); }
div.DivClassName
{
background-color: #CEE10C;
}
.BgClassName
{
background-color: #CEE10C;
}
</style>
border-color css
<style>
span { border-color: #CEE10C; }
span { border-color: rgb(206,225,12); }
td.TdClassName
{
border-color: #CEE10C;
}
.TagClassName
{
border-color: #CEE10C;
}
</style>