Shades of Inch Worm #C2E315
Tints of Inch Worm #C2E315
RGB
CMYK
RGB Variations
Color information
#C2E315 (or 0xC2E315) is known color: Inch Worm. HEX triplet: C2, E3 and 15. RGB value is (194,227,21). Sum of RGB (Red+Green+Blue) = 194+227+21=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E315 is #3D1CEA. Grayscale: #C2C2C2. Windows color (decimal): -4005099 or 1434562. OLE color: 1434562.
HSL color Cylindrical-coordinate representation of color #C2E315: hue angle of 69.61º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2E315 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 21 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.11 |
| HSL | 69.61º | 0.83% | 0.49% | - |
| HSV(B) | 69.61º | 0.91% | 0.89% | - |
| XYZ | 49.85 | 66.46 | 10.91 | - |
| YUV | 193.65 | 30.57 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 21 | 0.15 | 0 | 0.91 | 0.11 | 69.61 | 0.83 | 0.49 |
| Hex | C2 | E3 | 15 | F | 0 | 5B | B | 46 | 53 | 31 |
| Octal | 302 | 343 | 25 | 17 | 0 | 133 | 13 | 106 | 123 | 61 |
| Binary | 11000010 | 11100011 | 10101 | 1111 | 0 | 1011011 | 1011 | 1000110 | 1010011 | 110001 |
Color Harmonies of #C2E315
Complementary color
Monochromatic Colors of #C2E315
Black with #C2E315
Text Example
Text Example
White with #C2E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E315; }
p { color: rgb(194,227,21); }
H1.HeaderClassName
{
color: #C2E315;
}
.AnyTagClassName
{
color: #C2E315;
}
</style>
background-color css
<style>
a { background-color: #C2E315; }
a { background-color: rgb(194,227,21); }
div.DivClassName
{
background-color: #C2E315;
}
.BgClassName
{
background-color: #C2E315;
}
</style>
border-color css
<style>
span { border-color: #C2E315; }
span { border-color: rgb(194,227,21); }
td.TdClassName
{
border-color: #C2E315;
}
.TagClassName
{
border-color: #C2E315;
}
</style>