Shades of Inch Worm #CDE110
Tints of Inch Worm #CDE110
RGB
CMYK
RGB Variations
Color information
#CDE110 (or 0xCDE110) is known color: Inch Worm. HEX triplet: CD, E1 and 10. RGB value is (205,225,16). Sum of RGB (Red+Green+Blue) = 205+225+16=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE110 is #321EEF. Grayscale: #C4C4C4. Windows color (decimal): -3284720 or 1106381. OLE color: 1106381.
HSL color Cylindrical-coordinate representation of color #CDE110: hue angle of 65.74º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDE110 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 16 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.12 |
| HSL | 65.74º | 0.87% | 0.47% | - |
| HSV(B) | 65.74º | 0.93% | 0.88% | - |
| XYZ | 52.2 | 66.87 | 10.65 | - |
| YUV | 195.19 | 26.87 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 16 | 0.09 | 0 | 0.93 | 0.12 | 65.74 | 0.87 | 0.47 |
| Hex | CD | E1 | 10 | 9 | 0 | 5D | C | 42 | 57 | 2F |
| Octal | 315 | 341 | 20 | 11 | 0 | 135 | 14 | 102 | 127 | 57 |
| Binary | 11001101 | 11100001 | 10000 | 1001 | 0 | 1011101 | 1100 | 1000010 | 1010111 | 101111 |
Color Harmonies of #CDE110
Complementary color
Monochromatic Colors of #CDE110
Black with #CDE110
Text Example
Text Example
White with #CDE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE110; }
p { color: rgb(205,225,16); }
H1.HeaderClassName
{
color: #CDE110;
}
.AnyTagClassName
{
color: #CDE110;
}
</style>
background-color css
<style>
a { background-color: #CDE110; }
a { background-color: rgb(205,225,16); }
div.DivClassName
{
background-color: #CDE110;
}
.BgClassName
{
background-color: #CDE110;
}
</style>
border-color css
<style>
span { border-color: #CDE110; }
span { border-color: rgb(205,225,16); }
td.TdClassName
{
border-color: #CDE110;
}
.TagClassName
{
border-color: #CDE110;
}
</style>