Shades of Inch Worm #CDE20D
Tints of Inch Worm #CDE20D
RGB
CMYK
RGB Variations
Color information
#CDE20D (or 0xCDE20D) is known color: Inch Worm. HEX triplet: CD, E2 and 0D. RGB value is (205,226,13). Sum of RGB (Red+Green+Blue) = 205+226+13=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE20D is #321DF2. Grayscale: #C4C4C4. Windows color (decimal): -3284467 or 910029. OLE color: 910029.
HSL color Cylindrical-coordinate representation of color #CDE20D: hue angle of 65.92º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDE20D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.11 |
| HSL | 65.92º | 0.89% | 0.47% | - |
| HSV(B) | 65.92º | 0.94% | 0.89% | - |
| XYZ | 52.45 | 67.4 | 10.63 | - |
| YUV | 195.44 | 25.04 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 13 | 0.09 | 0 | 0.94 | 0.11 | 65.92 | 0.89 | 0.47 |
| Hex | CD | E2 | D | 9 | 0 | 5E | B | 42 | 59 | 2F |
| Octal | 315 | 342 | 15 | 11 | 0 | 136 | 13 | 102 | 131 | 57 |
| Binary | 11001101 | 11100010 | 1101 | 1001 | 0 | 1011110 | 1011 | 1000010 | 1011001 | 101111 |
Color Harmonies of #CDE20D
Complementary color
Monochromatic Colors of #CDE20D
Black with #CDE20D
Text Example
Text Example
White with #CDE20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE20D; }
p { color: rgb(205,226,13); }
H1.HeaderClassName
{
color: #CDE20D;
}
.AnyTagClassName
{
color: #CDE20D;
}
</style>
background-color css
<style>
a { background-color: #CDE20D; }
a { background-color: rgb(205,226,13); }
div.DivClassName
{
background-color: #CDE20D;
}
.BgClassName
{
background-color: #CDE20D;
}
</style>
border-color css
<style>
span { border-color: #CDE20D; }
span { border-color: rgb(205,226,13); }
td.TdClassName
{
border-color: #CDE20D;
}
.TagClassName
{
border-color: #CDE20D;
}
</style>