Shades of Inch Worm #C0E102
Tints of Inch Worm #C0E102
RGB
CMYK
RGB Variations
Color information
#C0E102 (or 0xC0E102) is known color: Inch Worm. HEX triplet: C0, E1 and 02. RGB value is (192,225,2). Sum of RGB (Red+Green+Blue) = 192+225+2=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E102 is #3F1EFD. Grayscale: #BEBEBE. Windows color (decimal): -4136702 or 188864. OLE color: 188864.
HSL color Cylindrical-coordinate representation of color #C0E102: hue angle of 68.88º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0E102 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.12 |
| HSL | 68.88º | 0.98% | 0.45% | - |
| HSV(B) | 68.88º | 0.99% | 0.88% | - |
| XYZ | 48.67 | 65.06 | 10.05 | - |
| YUV | 189.71 | 22.07 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 2 | 0.15 | 0 | 0.99 | 0.12 | 68.88 | 0.98 | 0.45 |
| Hex | C0 | E1 | 2 | F | 0 | 63 | C | 45 | 62 | 2D |
| Octal | 300 | 341 | 2 | 17 | 0 | 143 | 14 | 105 | 142 | 55 |
| Binary | 11000000 | 11100001 | 10 | 1111 | 0 | 1100011 | 1100 | 1000101 | 1100010 | 101101 |
Color Harmonies of #C0E102
Complementary color
Monochromatic Colors of #C0E102
Black with #C0E102
Text Example
Text Example
White with #C0E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E102; }
p { color: rgb(192,225,2); }
H1.HeaderClassName
{
color: #C0E102;
}
.AnyTagClassName
{
color: #C0E102;
}
</style>
background-color css
<style>
a { background-color: #C0E102; }
a { background-color: rgb(192,225,2); }
div.DivClassName
{
background-color: #C0E102;
}
.BgClassName
{
background-color: #C0E102;
}
</style>
border-color css
<style>
span { border-color: #C0E102; }
span { border-color: rgb(192,225,2); }
td.TdClassName
{
border-color: #C0E102;
}
.TagClassName
{
border-color: #C0E102;
}
</style>