Shades of Inch Worm #C2E319
Tints of Inch Worm #C2E319
RGB
CMYK
RGB Variations
Color information
#C2E319 (or 0xC2E319) is known color: Inch Worm. HEX triplet: C2, E3 and 19. RGB value is (194,227,25). Sum of RGB (Red+Green+Blue) = 194+227+25=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E319 is #3D1CE6. Grayscale: #C2C2C2. Windows color (decimal): -4005095 or 1696706. OLE color: 1696706.
HSL color Cylindrical-coordinate representation of color #C2E319: hue angle of 69.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2E319 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 25 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.11 |
| HSL | 69.8º | 0.8% | 0.49% | - |
| HSV(B) | 69.8º | 0.89% | 0.89% | - |
| XYZ | 49.89 | 66.48 | 11.12 | - |
| YUV | 194.11 | 32.57 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 25 | 0.15 | 0 | 0.89 | 0.11 | 69.8 | 0.8 | 0.49 |
| Hex | C2 | E3 | 19 | F | 0 | 59 | B | 46 | 50 | 31 |
| Octal | 302 | 343 | 31 | 17 | 0 | 131 | 13 | 106 | 120 | 61 |
| Binary | 11000010 | 11100011 | 11001 | 1111 | 0 | 1011001 | 1011 | 1000110 | 1010000 | 110001 |
Color Harmonies of #C2E319
Complementary color
Monochromatic Colors of #C2E319
Black with #C2E319
Text Example
Text Example
White with #C2E319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E319; }
p { color: rgb(194,227,25); }
H1.HeaderClassName
{
color: #C2E319;
}
.AnyTagClassName
{
color: #C2E319;
}
</style>
background-color css
<style>
a { background-color: #C2E319; }
a { background-color: rgb(194,227,25); }
div.DivClassName
{
background-color: #C2E319;
}
.BgClassName
{
background-color: #C2E319;
}
</style>
border-color css
<style>
span { border-color: #C2E319; }
span { border-color: rgb(194,227,25); }
td.TdClassName
{
border-color: #C2E319;
}
.TagClassName
{
border-color: #C2E319;
}
</style>