Shades of Inch Worm #C2EF13
Tints of Inch Worm #C2EF13
RGB
CMYK
RGB Variations
Color information
#C2EF13 (or 0xC2EF13) is known color: Inch Worm. HEX triplet: C2, EF and 13. RGB value is (194,239,19). Sum of RGB (Red+Green+Blue) = 194+239+19=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 239 (93.75% from 255 or 52.88% from 452); Blue value is 19 (7.81% from 255 or 4.20% from 452); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EF13 is #3D10EC. Grayscale: #C9C9C9. Windows color (decimal): -4002029 or 1306562. OLE color: 1306562.
HSL color Cylindrical-coordinate representation of color #C2EF13: hue angle of 72.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2EF13 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 19 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.06 |
| HSL | 72.27º | 0.87% | 0.51% | - |
| HSV(B) | 72.27º | 0.92% | 0.94% | - |
| XYZ | 53.23 | 73.25 | 11.95 | - |
| YUV | 200.47 | 25.59 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 19 | 0.19 | 0 | 0.92 | 0.06 | 72.27 | 0.87 | 0.51 |
| Hex | C2 | EF | 13 | 13 | 0 | 5C | 6 | 48 | 57 | 33 |
| Octal | 302 | 357 | 23 | 23 | 0 | 134 | 6 | 110 | 127 | 63 |
| Binary | 11000010 | 11101111 | 10011 | 10011 | 0 | 1011100 | 110 | 1001000 | 1010111 | 110011 |
Color Harmonies of #C2EF13
Complementary color
Monochromatic Colors of #C2EF13
Black with #C2EF13
Text Example
Text Example
White with #C2EF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF13; }
p { color: rgb(194,239,19); }
H1.HeaderClassName
{
color: #C2EF13;
}
.AnyTagClassName
{
color: #C2EF13;
}
</style>
background-color css
<style>
a { background-color: #C2EF13; }
a { background-color: rgb(194,239,19); }
div.DivClassName
{
background-color: #C2EF13;
}
.BgClassName
{
background-color: #C2EF13;
}
</style>
border-color css
<style>
span { border-color: #C2EF13; }
span { border-color: rgb(194,239,19); }
td.TdClassName
{
border-color: #C2EF13;
}
.TagClassName
{
border-color: #C2EF13;
}
</style>