Shades of Inch Worm #CDE10E
Tints of Inch Worm #CDE10E
RGB
CMYK
RGB Variations
Color information
#CDE10E (or 0xCDE10E) is known color: Inch Worm. HEX triplet: CD, E1 and 0E. RGB value is (205,225,14). Sum of RGB (Red+Green+Blue) = 205+225+14=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE10E is #321EF1. Grayscale: #C3C3C3. Windows color (decimal): -3284722 or 975309. OLE color: 975309.
HSL color Cylindrical-coordinate representation of color #CDE10E: hue angle of 65.69º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDE10E is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 14 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.12 |
| HSL | 65.69º | 0.88% | 0.47% | - |
| HSV(B) | 65.69º | 0.94% | 0.88% | - |
| XYZ | 52.18 | 66.86 | 10.57 | - |
| YUV | 194.97 | 25.87 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 14 | 0.09 | 0 | 0.94 | 0.12 | 65.69 | 0.88 | 0.47 |
| Hex | CD | E1 | E | 9 | 0 | 5E | C | 42 | 58 | 2F |
| Octal | 315 | 341 | 16 | 11 | 0 | 136 | 14 | 102 | 130 | 57 |
| Binary | 11001101 | 11100001 | 1110 | 1001 | 0 | 1011110 | 1100 | 1000010 | 1011000 | 101111 |
Color Harmonies of #CDE10E
Complementary color
Monochromatic Colors of #CDE10E
Black with #CDE10E
Text Example
Text Example
White with #CDE10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE10E; }
p { color: rgb(205,225,14); }
H1.HeaderClassName
{
color: #CDE10E;
}
.AnyTagClassName
{
color: #CDE10E;
}
</style>
background-color css
<style>
a { background-color: #CDE10E; }
a { background-color: rgb(205,225,14); }
div.DivClassName
{
background-color: #CDE10E;
}
.BgClassName
{
background-color: #CDE10E;
}
</style>
border-color css
<style>
span { border-color: #CDE10E; }
span { border-color: rgb(205,225,14); }
td.TdClassName
{
border-color: #CDE10E;
}
.TagClassName
{
border-color: #CDE10E;
}
</style>