Shades of Inch Worm #C2E40C
Tints of Inch Worm #C2E40C
RGB
CMYK
RGB Variations
Color information
#C2E40C (or 0xC2E40C) is known color: Inch Worm. HEX triplet: C2, E4 and 0C. RGB value is (194,228,12). Sum of RGB (Red+Green+Blue) = 194+228+12=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 228 (89.45% from 255 or 52.53% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E40C is #3D1BF3. Grayscale: #C2C2C2. Windows color (decimal): -4004852 or 844994. OLE color: 844994.
HSL color Cylindrical-coordinate representation of color #C2E40C: hue angle of 69.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2E40C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.11 |
| HSL | 69.44º | 0.9% | 0.47% | - |
| HSV(B) | 69.44º | 0.95% | 0.89% | - |
| XYZ | 50.06 | 66.98 | 10.64 | - |
| YUV | 193.21 | 25.74 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 12 | 0.15 | 0 | 0.95 | 0.11 | 69.44 | 0.9 | 0.47 |
| Hex | C2 | E4 | C | F | 0 | 5F | B | 45 | 5A | 2F |
| Octal | 302 | 344 | 14 | 17 | 0 | 137 | 13 | 105 | 132 | 57 |
| Binary | 11000010 | 11100100 | 1100 | 1111 | 0 | 1011111 | 1011 | 1000101 | 1011010 | 101111 |
Color Harmonies of #C2E40C
Complementary color
Monochromatic Colors of #C2E40C
Black with #C2E40C
Text Example
Text Example
White with #C2E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E40C; }
p { color: rgb(194,228,12); }
H1.HeaderClassName
{
color: #C2E40C;
}
.AnyTagClassName
{
color: #C2E40C;
}
</style>
background-color css
<style>
a { background-color: #C2E40C; }
a { background-color: rgb(194,228,12); }
div.DivClassName
{
background-color: #C2E40C;
}
.BgClassName
{
background-color: #C2E40C;
}
</style>
border-color css
<style>
span { border-color: #C2E40C; }
span { border-color: rgb(194,228,12); }
td.TdClassName
{
border-color: #C2E40C;
}
.TagClassName
{
border-color: #C2E40C;
}
</style>