Shades of Inch Worm #C2DF0E
Tints of Inch Worm #C2DF0E
RGB
CMYK
RGB Variations
Color information
#C2DF0E (or 0xC2DF0E) is known color: Inch Worm. HEX triplet: C2, DF and 0E. RGB value is (194,223,14). Sum of RGB (Red+Green+Blue) = 194+223+14=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DF0E is #3D20F1. Grayscale: #BFBFBF. Windows color (decimal): -4006130 or 974786. OLE color: 974786.
HSL color Cylindrical-coordinate representation of color #C2DF0E: hue angle of 68.33º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2DF0E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 14 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.13 |
| HSL | 68.33º | 0.88% | 0.46% | - |
| HSV(B) | 68.33º | 0.94% | 0.87% | - |
| XYZ | 48.72 | 64.28 | 10.25 | - |
| YUV | 190.5 | 28.39 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 14 | 0.13 | 0 | 0.94 | 0.13 | 68.33 | 0.88 | 0.46 |
| Hex | C2 | DF | E | D | 0 | 5E | D | 44 | 58 | 2E |
| Octal | 302 | 337 | 16 | 15 | 0 | 136 | 15 | 104 | 130 | 56 |
| Binary | 11000010 | 11011111 | 1110 | 1101 | 0 | 1011110 | 1101 | 1000100 | 1011000 | 101110 |
Color Harmonies of #C2DF0E
Complementary color
Monochromatic Colors of #C2DF0E
Black with #C2DF0E
Text Example
Text Example
White with #C2DF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DF0E; }
p { color: rgb(194,223,14); }
H1.HeaderClassName
{
color: #C2DF0E;
}
.AnyTagClassName
{
color: #C2DF0E;
}
</style>
background-color css
<style>
a { background-color: #C2DF0E; }
a { background-color: rgb(194,223,14); }
div.DivClassName
{
background-color: #C2DF0E;
}
.BgClassName
{
background-color: #C2DF0E;
}
</style>
border-color css
<style>
span { border-color: #C2DF0E; }
span { border-color: rgb(194,223,14); }
td.TdClassName
{
border-color: #C2DF0E;
}
.TagClassName
{
border-color: #C2DF0E;
}
</style>