Shades of Inch Worm #CDE30E
Tints of Inch Worm #CDE30E
RGB
CMYK
RGB Variations
Color information
#CDE30E (or 0xCDE30E) is known color: Inch Worm. HEX triplet: CD, E3 and 0E. RGB value is (205,227,14). Sum of RGB (Red+Green+Blue) = 205+227+14=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE30E is #321CF1. Grayscale: #C4C4C4. Windows color (decimal): -3284210 or 975821. OLE color: 975821.
HSL color Cylindrical-coordinate representation of color #CDE30E: hue angle of 66.2º degrees, saturation: 0.88, 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 #CDE30E is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 14 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.11 |
| HSL | 66.2º | 0.88% | 0.47% | - |
| HSV(B) | 66.2º | 0.94% | 0.89% | - |
| XYZ | 52.73 | 67.95 | 10.75 | - |
| YUV | 196.14 | 25.21 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 14 | 0.10 | 0 | 0.94 | 0.11 | 66.2 | 0.88 | 0.47 |
| Hex | CD | E3 | E | A | 0 | 5E | B | 42 | 58 | 2F |
| Octal | 315 | 343 | 16 | 12 | 0 | 136 | 13 | 102 | 130 | 57 |
| Binary | 11001101 | 11100011 | 1110 | 1010 | 0 | 1011110 | 1011 | 1000010 | 1011000 | 101111 |
Color Harmonies of #CDE30E
Complementary color
Monochromatic Colors of #CDE30E
Black with #CDE30E
Text Example
Text Example
White with #CDE30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE30E; }
p { color: rgb(205,227,14); }
H1.HeaderClassName
{
color: #CDE30E;
}
.AnyTagClassName
{
color: #CDE30E;
}
</style>
background-color css
<style>
a { background-color: #CDE30E; }
a { background-color: rgb(205,227,14); }
div.DivClassName
{
background-color: #CDE30E;
}
.BgClassName
{
background-color: #CDE30E;
}
</style>
border-color css
<style>
span { border-color: #CDE30E; }
span { border-color: rgb(205,227,14); }
td.TdClassName
{
border-color: #CDE30E;
}
.TagClassName
{
border-color: #CDE30E;
}
</style>