Shades of Inch Worm #CDE10C
Tints of Inch Worm #CDE10C
RGB
CMYK
RGB Variations
Color information
#CDE10C (or 0xCDE10C) is known color: Inch Worm. HEX triplet: CD, E1 and 0C. RGB value is (205,225,12). Sum of RGB (Red+Green+Blue) = 205+225+12=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE10C is #321EF3. Grayscale: #C3C3C3. Windows color (decimal): -3284724 or 844237. OLE color: 844237.
HSL color Cylindrical-coordinate representation of color #CDE10C: hue angle of 65.63º 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 #CDE10C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 12 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.12 |
| HSL | 65.63º | 0.9% | 0.46% | - |
| HSV(B) | 65.63º | 0.95% | 0.88% | - |
| XYZ | 52.17 | 66.86 | 10.5 | - |
| YUV | 194.74 | 24.87 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 12 | 0.09 | 0 | 0.95 | 0.12 | 65.63 | 0.9 | 0.46 |
| Hex | CD | E1 | C | 9 | 0 | 5F | C | 42 | 5A | 2E |
| Octal | 315 | 341 | 14 | 11 | 0 | 137 | 14 | 102 | 132 | 56 |
| Binary | 11001101 | 11100001 | 1100 | 1001 | 0 | 1011111 | 1100 | 1000010 | 1011010 | 101110 |
Color Harmonies of #CDE10C
Complementary color
Monochromatic Colors of #CDE10C
Black with #CDE10C
Text Example
Text Example
White with #CDE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE10C; }
p { color: rgb(205,225,12); }
H1.HeaderClassName
{
color: #CDE10C;
}
.AnyTagClassName
{
color: #CDE10C;
}
</style>
background-color css
<style>
a { background-color: #CDE10C; }
a { background-color: rgb(205,225,12); }
div.DivClassName
{
background-color: #CDE10C;
}
.BgClassName
{
background-color: #CDE10C;
}
</style>
border-color css
<style>
span { border-color: #CDE10C; }
span { border-color: rgb(205,225,12); }
td.TdClassName
{
border-color: #CDE10C;
}
.TagClassName
{
border-color: #CDE10C;
}
</style>