Shades of Inch Worm #C0DF0A
Tints of Inch Worm #C0DF0A
RGB
CMYK
RGB Variations
Color information
#C0DF0A (or 0xC0DF0A) is known color: Inch Worm. HEX triplet: C0, DF and 0A. RGB value is (192,223,10). Sum of RGB (Red+Green+Blue) = 192+223+10=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DF0A is #3F20F5. Grayscale: #BEBEBE. Windows color (decimal): -4137206 or 712640. OLE color: 712640.
HSL color Cylindrical-coordinate representation of color #C0DF0A: hue angle of 68.73º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0DF0A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 10 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.13 |
| HSL | 68.73º | 0.91% | 0.46% | - |
| HSV(B) | 68.73º | 0.96% | 0.87% | - |
| XYZ | 48.18 | 64 | 10.1 | - |
| YUV | 189.45 | 26.73 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 10 | 0.14 | 0 | 0.96 | 0.13 | 68.73 | 0.91 | 0.46 |
| Hex | C0 | DF | A | E | 0 | 60 | D | 45 | 5B | 2E |
| Octal | 300 | 337 | 12 | 16 | 0 | 140 | 15 | 105 | 133 | 56 |
| Binary | 11000000 | 11011111 | 1010 | 1110 | 0 | 1100000 | 1101 | 1000101 | 1011011 | 101110 |
Color Harmonies of #C0DF0A
Complementary color
Monochromatic Colors of #C0DF0A
Black with #C0DF0A
Text Example
Text Example
White with #C0DF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF0A; }
p { color: rgb(192,223,10); }
H1.HeaderClassName
{
color: #C0DF0A;
}
.AnyTagClassName
{
color: #C0DF0A;
}
</style>
background-color css
<style>
a { background-color: #C0DF0A; }
a { background-color: rgb(192,223,10); }
div.DivClassName
{
background-color: #C0DF0A;
}
.BgClassName
{
background-color: #C0DF0A;
}
</style>
border-color css
<style>
span { border-color: #C0DF0A; }
span { border-color: rgb(192,223,10); }
td.TdClassName
{
border-color: #C0DF0A;
}
.TagClassName
{
border-color: #C0DF0A;
}
</style>