Shades of Inch Worm #C0E713
Tints of Inch Worm #C0E713
RGB
CMYK
RGB Variations
Color information
#C0E713 (or 0xC0E713) is known color: Inch Worm. HEX triplet: C0, E7 and 13. RGB value is (192,231,19). Sum of RGB (Red+Green+Blue) = 192+231+19=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 19 (7.81% from 255 or 4.30% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0E713 is #3F18EC. Grayscale: #C3C3C3. Windows color (decimal): -4135149 or 1304512. OLE color: 1304512.
HSL color Cylindrical-coordinate representation of color #C0E713: hue angle of 71.04º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0E713 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 19 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.09 |
| HSL | 71.04º | 0.85% | 0.49% | - |
| HSV(B) | 71.04º | 0.92% | 0.91% | - |
| XYZ | 50.43 | 68.41 | 11.16 | - |
| YUV | 195.17 | 28.58 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 19 | 0.17 | 0 | 0.92 | 0.09 | 71.04 | 0.85 | 0.49 |
| Hex | C0 | E7 | 13 | 11 | 0 | 5C | 9 | 47 | 55 | 31 |
| Octal | 300 | 347 | 23 | 21 | 0 | 134 | 11 | 107 | 125 | 61 |
| Binary | 11000000 | 11100111 | 10011 | 10001 | 0 | 1011100 | 1001 | 1000111 | 1010101 | 110001 |
Color Harmonies of #C0E713
Complementary color
Monochromatic Colors of #C0E713
Black with #C0E713
Text Example
Text Example
White with #C0E713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E713; }
p { color: rgb(192,231,19); }
H1.HeaderClassName
{
color: #C0E713;
}
.AnyTagClassName
{
color: #C0E713;
}
</style>
background-color css
<style>
a { background-color: #C0E713; }
a { background-color: rgb(192,231,19); }
div.DivClassName
{
background-color: #C0E713;
}
.BgClassName
{
background-color: #C0E713;
}
</style>
border-color css
<style>
span { border-color: #C0E713; }
span { border-color: rgb(192,231,19); }
td.TdClassName
{
border-color: #C0E713;
}
.TagClassName
{
border-color: #C0E713;
}
</style>