Shades of Inch Worm #C2DE0A
Tints of Inch Worm #C2DE0A
RGB
CMYK
RGB Variations
Color information
#C2DE0A (or 0xC2DE0A) is known color: Inch Worm. HEX triplet: C2, DE and 0A. RGB value is (194,222,10). Sum of RGB (Red+Green+Blue) = 194+222+10=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DE0A is #3D21F5. Grayscale: #BEBEBE. Windows color (decimal): -4006390 or 712386. OLE color: 712386.
HSL color Cylindrical-coordinate representation of color #C2DE0A: hue angle of 67.92º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2DE0A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 10 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.13 |
| HSL | 67.92º | 0.91% | 0.45% | - |
| HSV(B) | 67.92º | 0.95% | 0.87% | - |
| XYZ | 48.42 | 63.73 | 10.04 | - |
| YUV | 189.46 | 26.72 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 10 | 0.13 | 0 | 0.95 | 0.13 | 67.92 | 0.91 | 0.45 |
| Hex | C2 | DE | A | D | 0 | 5F | D | 44 | 5B | 2D |
| Octal | 302 | 336 | 12 | 15 | 0 | 137 | 15 | 104 | 133 | 55 |
| Binary | 11000010 | 11011110 | 1010 | 1101 | 0 | 1011111 | 1101 | 1000100 | 1011011 | 101101 |
Color Harmonies of #C2DE0A
Complementary color
Monochromatic Colors of #C2DE0A
Black with #C2DE0A
Text Example
Text Example
White with #C2DE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE0A; }
p { color: rgb(194,222,10); }
H1.HeaderClassName
{
color: #C2DE0A;
}
.AnyTagClassName
{
color: #C2DE0A;
}
</style>
background-color css
<style>
a { background-color: #C2DE0A; }
a { background-color: rgb(194,222,10); }
div.DivClassName
{
background-color: #C2DE0A;
}
.BgClassName
{
background-color: #C2DE0A;
}
</style>
border-color css
<style>
span { border-color: #C2DE0A; }
span { border-color: rgb(194,222,10); }
td.TdClassName
{
border-color: #C2DE0A;
}
.TagClassName
{
border-color: #C2DE0A;
}
</style>