Shades of Inch Worm #C0E719
Tints of Inch Worm #C0E719
RGB
CMYK
RGB Variations
Color information
#C0E719 (or 0xC0E719) is known color: Inch Worm. HEX triplet: C0, E7 and 19. RGB value is (192,231,25). Sum of RGB (Red+Green+Blue) = 192+231+25=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 231 (90.62% from 255 or 51.56% from 448); Blue value is 25 (10.16% from 255 or 5.58% from 448); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E719 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0E719 is #3F18E6. Grayscale: #C4C4C4. Windows color (decimal): -4135143 or 1697728. OLE color: 1697728.
HSL color Cylindrical-coordinate representation of color #C0E719: hue angle of 71.36º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0E719 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 25 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.09 |
| HSL | 71.36º | 0.81% | 0.5% | - |
| HSV(B) | 71.36º | 0.89% | 0.91% | - |
| XYZ | 50.49 | 68.43 | 11.47 | - |
| YUV | 195.86 | 31.58 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 25 | 0.17 | 0 | 0.89 | 0.09 | 71.36 | 0.81 | 0.5 |
| Hex | C0 | E7 | 19 | 11 | 0 | 59 | 9 | 47 | 51 | 32 |
| Octal | 300 | 347 | 31 | 21 | 0 | 131 | 11 | 107 | 121 | 62 |
| Binary | 11000000 | 11100111 | 11001 | 10001 | 0 | 1011001 | 1001 | 1000111 | 1010001 | 110010 |
Color Harmonies of #C0E719
Complementary color
Monochromatic Colors of #C0E719
Black with #C0E719
Text Example
Text Example
White with #C0E719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E719; }
p { color: rgb(192,231,25); }
H1.HeaderClassName
{
color: #C0E719;
}
.AnyTagClassName
{
color: #C0E719;
}
</style>
background-color css
<style>
a { background-color: #C0E719; }
a { background-color: rgb(192,231,25); }
div.DivClassName
{
background-color: #C0E719;
}
.BgClassName
{
background-color: #C0E719;
}
</style>
border-color css
<style>
span { border-color: #C0E719; }
span { border-color: rgb(192,231,25); }
td.TdClassName
{
border-color: #C0E719;
}
.TagClassName
{
border-color: #C0E719;
}
</style>