Shades of Inch Worm #CDE00B
Tints of Inch Worm #CDE00B
RGB
CMYK
RGB Variations
Color information
#CDE00B (or 0xCDE00B) is known color: Inch Worm. HEX triplet: CD, E0 and 0B. RGB value is (205,224,11). Sum of RGB (Red+Green+Blue) = 205+224+11=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE00B is #321FF4. Grayscale: #C2C2C2. Windows color (decimal): -3284981 or 778445. OLE color: 778445.
HSL color Cylindrical-coordinate representation of color #CDE00B: hue angle of 65.35º degrees, saturation: 0.91, 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 #CDE00B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 11 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.12 |
| HSL | 65.35º | 0.91% | 0.46% | - |
| HSV(B) | 65.35º | 0.95% | 0.88% | - |
| XYZ | 51.89 | 66.31 | 10.38 | - |
| YUV | 194.04 | 24.71 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 11 | 0.08 | 0 | 0.95 | 0.12 | 65.35 | 0.91 | 0.46 |
| Hex | CD | E0 | B | 8 | 0 | 5F | C | 41 | 5B | 2E |
| Octal | 315 | 340 | 13 | 10 | 0 | 137 | 14 | 101 | 133 | 56 |
| Binary | 11001101 | 11100000 | 1011 | 1000 | 0 | 1011111 | 1100 | 1000001 | 1011011 | 101110 |
Color Harmonies of #CDE00B
Complementary color
Monochromatic Colors of #CDE00B
Black with #CDE00B
Text Example
Text Example
White with #CDE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE00B; }
p { color: rgb(205,224,11); }
H1.HeaderClassName
{
color: #CDE00B;
}
.AnyTagClassName
{
color: #CDE00B;
}
</style>
background-color css
<style>
a { background-color: #CDE00B; }
a { background-color: rgb(205,224,11); }
div.DivClassName
{
background-color: #CDE00B;
}
.BgClassName
{
background-color: #CDE00B;
}
</style>
border-color css
<style>
span { border-color: #CDE00B; }
span { border-color: rgb(205,224,11); }
td.TdClassName
{
border-color: #CDE00B;
}
.TagClassName
{
border-color: #CDE00B;
}
</style>