Shades of Inch Worm #C0D915
Tints of Inch Worm #C0D915
RGB
CMYK
RGB Variations
Color information
#C0D915 (or 0xC0D915) is known color: Inch Worm. HEX triplet: C0, D9 and 15. RGB value is (192,217,21). Sum of RGB (Red+Green+Blue) = 192+217+21=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D915 is #3F26EA. Grayscale: #BBBBBB. Windows color (decimal): -4138731 or 1432000. OLE color: 1432000.
HSL color Cylindrical-coordinate representation of color #C0D915: hue angle of 67.65º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0D915 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 21 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.15 |
| HSL | 67.65º | 0.82% | 0.47% | - |
| HSV(B) | 67.65º | 0.9% | 0.85% | - |
| XYZ | 46.69 | 60.89 | 10 | - |
| YUV | 187.18 | 34.22 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 21 | 0.12 | 0 | 0.90 | 0.15 | 67.65 | 0.82 | 0.47 |
| Hex | C0 | D9 | 15 | C | 0 | 5A | F | 44 | 52 | 2F |
| Octal | 300 | 331 | 25 | 14 | 0 | 132 | 17 | 104 | 122 | 57 |
| Binary | 11000000 | 11011001 | 10101 | 1100 | 0 | 1011010 | 1111 | 1000100 | 1010010 | 101111 |
Color Harmonies of #C0D915
Complementary color
Monochromatic Colors of #C0D915
Black with #C0D915
Text Example
Text Example
White with #C0D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D915; }
p { color: rgb(192,217,21); }
H1.HeaderClassName
{
color: #C0D915;
}
.AnyTagClassName
{
color: #C0D915;
}
</style>
background-color css
<style>
a { background-color: #C0D915; }
a { background-color: rgb(192,217,21); }
div.DivClassName
{
background-color: #C0D915;
}
.BgClassName
{
background-color: #C0D915;
}
</style>
border-color css
<style>
span { border-color: #C0D915; }
span { border-color: rgb(192,217,21); }
td.TdClassName
{
border-color: #C0D915;
}
.TagClassName
{
border-color: #C0D915;
}
</style>