Shades of Inch Worm #CDE10B
Tints of Inch Worm #CDE10B
RGB
CMYK
RGB Variations
Color information
#CDE10B (or 0xCDE10B) is known color: Inch Worm. HEX triplet: CD, E1 and 0B. RGB value is (205,225,11). Sum of RGB (Red+Green+Blue) = 205+225+11=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE10B is #321EF4. Grayscale: #C3C3C3. Windows color (decimal): -3284725 or 778701. OLE color: 778701.
HSL color Cylindrical-coordinate representation of color #CDE10B: hue angle of 65.61º 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 #CDE10B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.12 |
| HSL | 65.61º | 0.91% | 0.46% | - |
| HSV(B) | 65.61º | 0.95% | 0.88% | - |
| XYZ | 52.16 | 66.85 | 10.47 | - |
| YUV | 194.62 | 24.37 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 11 | 0.09 | 0 | 0.95 | 0.12 | 65.61 | 0.91 | 0.46 |
| Hex | CD | E1 | B | 9 | 0 | 5F | C | 42 | 5B | 2E |
| Octal | 315 | 341 | 13 | 11 | 0 | 137 | 14 | 102 | 133 | 56 |
| Binary | 11001101 | 11100001 | 1011 | 1001 | 0 | 1011111 | 1100 | 1000010 | 1011011 | 101110 |
Color Harmonies of #CDE10B
Complementary color
Monochromatic Colors of #CDE10B
Black with #CDE10B
Text Example
Text Example
White with #CDE10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE10B; }
p { color: rgb(205,225,11); }
H1.HeaderClassName
{
color: #CDE10B;
}
.AnyTagClassName
{
color: #CDE10B;
}
</style>
background-color css
<style>
a { background-color: #CDE10B; }
a { background-color: rgb(205,225,11); }
div.DivClassName
{
background-color: #CDE10B;
}
.BgClassName
{
background-color: #CDE10B;
}
</style>
border-color css
<style>
span { border-color: #CDE10B; }
span { border-color: rgb(205,225,11); }
td.TdClassName
{
border-color: #CDE10B;
}
.TagClassName
{
border-color: #CDE10B;
}
</style>