Shades of Inch Worm #C0D913
Tints of Inch Worm #C0D913
RGB
CMYK
RGB Variations
Color information
#C0D913 (or 0xC0D913) is known color: Inch Worm. HEX triplet: C0, D9 and 13. RGB value is (192,217,19). Sum of RGB (Red+Green+Blue) = 192+217+19=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 19 (7.81% from 255 or 4.44% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D913 is #3F26EC. Grayscale: #BBBBBB. Windows color (decimal): -4138733 or 1300928. OLE color: 1300928.
HSL color Cylindrical-coordinate representation of color #C0D913: hue angle of 67.58º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0D913 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 19 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.15 |
| HSL | 67.58º | 0.84% | 0.46% | - |
| HSV(B) | 67.58º | 0.91% | 0.85% | - |
| XYZ | 46.67 | 60.88 | 9.91 | - |
| YUV | 186.95 | 33.22 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 19 | 0.12 | 0 | 0.91 | 0.15 | 67.58 | 0.84 | 0.46 |
| Hex | C0 | D9 | 13 | C | 0 | 5B | F | 44 | 54 | 2E |
| Octal | 300 | 331 | 23 | 14 | 0 | 133 | 17 | 104 | 124 | 56 |
| Binary | 11000000 | 11011001 | 10011 | 1100 | 0 | 1011011 | 1111 | 1000100 | 1010100 | 101110 |
Color Harmonies of #C0D913
Complementary color
Monochromatic Colors of #C0D913
Black with #C0D913
Text Example
Text Example
White with #C0D913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D913; }
p { color: rgb(192,217,19); }
H1.HeaderClassName
{
color: #C0D913;
}
.AnyTagClassName
{
color: #C0D913;
}
</style>
background-color css
<style>
a { background-color: #C0D913; }
a { background-color: rgb(192,217,19); }
div.DivClassName
{
background-color: #C0D913;
}
.BgClassName
{
background-color: #C0D913;
}
</style>
border-color css
<style>
span { border-color: #C0D913; }
span { border-color: rgb(192,217,19); }
td.TdClassName
{
border-color: #C0D913;
}
.TagClassName
{
border-color: #C0D913;
}
</style>