Shades of Inch Worm #C0DA0F
Tints of Inch Worm #C0DA0F
RGB
CMYK
RGB Variations
Color information
#C0DA0F (or 0xC0DA0F) is known color: Inch Worm. HEX triplet: C0, DA and 0F. RGB value is (192,218,15). Sum of RGB (Red+Green+Blue) = 192+218+15=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DA0F is #3F25F0. Grayscale: #BBBBBB. Windows color (decimal): -4138481 or 1039040. OLE color: 1039040.
HSL color Cylindrical-coordinate representation of color #C0DA0F: hue angle of 67.68º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0DA0F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 15 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.15 |
| HSL | 67.68º | 0.87% | 0.46% | - |
| HSV(B) | 67.68º | 0.93% | 0.85% | - |
| XYZ | 46.9 | 61.38 | 9.83 | - |
| YUV | 187.08 | 30.89 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 15 | 0.12 | 0 | 0.93 | 0.15 | 67.68 | 0.87 | 0.46 |
| Hex | C0 | DA | F | C | 0 | 5D | F | 44 | 57 | 2E |
| Octal | 300 | 332 | 17 | 14 | 0 | 135 | 17 | 104 | 127 | 56 |
| Binary | 11000000 | 11011010 | 1111 | 1100 | 0 | 1011101 | 1111 | 1000100 | 1010111 | 101110 |
Color Harmonies of #C0DA0F
Complementary color
Monochromatic Colors of #C0DA0F
Black with #C0DA0F
Text Example
Text Example
White with #C0DA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA0F; }
p { color: rgb(192,218,15); }
H1.HeaderClassName
{
color: #C0DA0F;
}
.AnyTagClassName
{
color: #C0DA0F;
}
</style>
background-color css
<style>
a { background-color: #C0DA0F; }
a { background-color: rgb(192,218,15); }
div.DivClassName
{
background-color: #C0DA0F;
}
.BgClassName
{
background-color: #C0DA0F;
}
</style>
border-color css
<style>
span { border-color: #C0DA0F; }
span { border-color: rgb(192,218,15); }
td.TdClassName
{
border-color: #C0DA0F;
}
.TagClassName
{
border-color: #C0DA0F;
}
</style>