Shades of Inch Worm #CDE00C
Tints of Inch Worm #CDE00C
RGB
CMYK
RGB Variations
Color information
#CDE00C (or 0xCDE00C) is known color: Inch Worm. HEX triplet: CD, E0 and 0C. RGB value is (205,224,12). Sum of RGB (Red+Green+Blue) = 205+224+12=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE00C is #321FF3. Grayscale: #C2C2C2. Windows color (decimal): -3284980 or 843981. OLE color: 843981.
HSL color Cylindrical-coordinate representation of color #CDE00C: hue angle of 65.38º 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 #CDE00C is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 12 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.12 |
| HSL | 65.38º | 0.9% | 0.46% | - |
| HSV(B) | 65.38º | 0.95% | 0.88% | - |
| XYZ | 51.9 | 66.32 | 10.41 | - |
| YUV | 194.15 | 25.21 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 12 | 0.08 | 0 | 0.95 | 0.12 | 65.38 | 0.9 | 0.46 |
| Hex | CD | E0 | C | 8 | 0 | 5F | C | 41 | 5A | 2E |
| Octal | 315 | 340 | 14 | 10 | 0 | 137 | 14 | 101 | 132 | 56 |
| Binary | 11001101 | 11100000 | 1100 | 1000 | 0 | 1011111 | 1100 | 1000001 | 1011010 | 101110 |
Color Harmonies of #CDE00C
Complementary color
Monochromatic Colors of #CDE00C
Black with #CDE00C
Text Example
Text Example
White with #CDE00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE00C; }
p { color: rgb(205,224,12); }
H1.HeaderClassName
{
color: #CDE00C;
}
.AnyTagClassName
{
color: #CDE00C;
}
</style>
background-color css
<style>
a { background-color: #CDE00C; }
a { background-color: rgb(205,224,12); }
div.DivClassName
{
background-color: #CDE00C;
}
.BgClassName
{
background-color: #CDE00C;
}
</style>
border-color css
<style>
span { border-color: #CDE00C; }
span { border-color: rgb(205,224,12); }
td.TdClassName
{
border-color: #CDE00C;
}
.TagClassName
{
border-color: #CDE00C;
}
</style>