Shades of Inch Worm #C0D805
Tints of Inch Worm #C0D805
RGB
CMYK
RGB Variations
Color information
#C0D805 (or 0xC0D805) is known color: Inch Worm. HEX triplet: C0, D8 and 05. RGB value is (192,216,5). Sum of RGB (Red+Green+Blue) = 192+216+5=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D805 is #3F27FA. Grayscale: #B9B9B9. Windows color (decimal): -4139003 or 383168. OLE color: 383168.
HSL color Cylindrical-coordinate representation of color #C0D805: hue angle of 66.82º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0D805 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.15 |
| HSL | 66.82º | 0.95% | 0.43% | - |
| HSV(B) | 66.82º | 0.98% | 0.85% | - |
| XYZ | 46.32 | 60.33 | 9.35 | - |
| YUV | 184.77 | 26.55 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 5 | 0.11 | 0 | 0.98 | 0.15 | 66.82 | 0.95 | 0.43 |
| Hex | C0 | D8 | 5 | B | 0 | 62 | F | 43 | 5F | 2B |
| Octal | 300 | 330 | 5 | 13 | 0 | 142 | 17 | 103 | 137 | 53 |
| Binary | 11000000 | 11011000 | 101 | 1011 | 0 | 1100010 | 1111 | 1000011 | 1011111 | 101011 |
Color Harmonies of #C0D805
Complementary color
Monochromatic Colors of #C0D805
Black with #C0D805
Text Example
Text Example
White with #C0D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D805; }
p { color: rgb(192,216,5); }
H1.HeaderClassName
{
color: #C0D805;
}
.AnyTagClassName
{
color: #C0D805;
}
</style>
background-color css
<style>
a { background-color: #C0D805; }
a { background-color: rgb(192,216,5); }
div.DivClassName
{
background-color: #C0D805;
}
.BgClassName
{
background-color: #C0D805;
}
</style>
border-color css
<style>
span { border-color: #C0D805; }
span { border-color: rgb(192,216,5); }
td.TdClassName
{
border-color: #C0D805;
}
.TagClassName
{
border-color: #C0D805;
}
</style>