Shades of Inch Worm #C0D914
Tints of Inch Worm #C0D914
RGB
CMYK
RGB Variations
Color information
#C0D914 (or 0xC0D914) is known color: Inch Worm. HEX triplet: C0, D9 and 14. RGB value is (192,217,20). Sum of RGB (Red+Green+Blue) = 192+217+20=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D914 is #3F26EB. Grayscale: #BBBBBB. Windows color (decimal): -4138732 or 1366464. OLE color: 1366464.
HSL color Cylindrical-coordinate representation of color #C0D914: hue angle of 67.61º degrees, saturation: 0.83, 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 #C0D914 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 20 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.15 |
| HSL | 67.61º | 0.83% | 0.46% | - |
| HSV(B) | 67.61º | 0.91% | 0.85% | - |
| XYZ | 46.68 | 60.88 | 9.95 | - |
| YUV | 187.07 | 33.72 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 20 | 0.12 | 0 | 0.91 | 0.15 | 67.61 | 0.83 | 0.46 |
| Hex | C0 | D9 | 14 | C | 0 | 5B | F | 44 | 53 | 2E |
| Octal | 300 | 331 | 24 | 14 | 0 | 133 | 17 | 104 | 123 | 56 |
| Binary | 11000000 | 11011001 | 10100 | 1100 | 0 | 1011011 | 1111 | 1000100 | 1010011 | 101110 |
Color Harmonies of #C0D914
Complementary color
Monochromatic Colors of #C0D914
Black with #C0D914
Text Example
Text Example
White with #C0D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D914; }
p { color: rgb(192,217,20); }
H1.HeaderClassName
{
color: #C0D914;
}
.AnyTagClassName
{
color: #C0D914;
}
</style>
background-color css
<style>
a { background-color: #C0D914; }
a { background-color: rgb(192,217,20); }
div.DivClassName
{
background-color: #C0D914;
}
.BgClassName
{
background-color: #C0D914;
}
</style>
border-color css
<style>
span { border-color: #C0D914; }
span { border-color: rgb(192,217,20); }
td.TdClassName
{
border-color: #C0D914;
}
.TagClassName
{
border-color: #C0D914;
}
</style>