Shades of Inch Worm #C0E403
Tints of Inch Worm #C0E403
RGB
CMYK
RGB Variations
Color information
#C0E403 (or 0xC0E403) is known color: Inch Worm. HEX triplet: C0, E4 and 03. RGB value is (192,228,3). Sum of RGB (Red+Green+Blue) = 192+228+3=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 228 (89.45% from 255 or 53.90% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E403 is #3F1BFC. Grayscale: #C0C0C0. Windows color (decimal): -4135933 or 255168. OLE color: 255168.
HSL color Cylindrical-coordinate representation of color #C0E403: hue angle of 69.6º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0E403 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.11 |
| HSL | 69.6º | 0.97% | 0.45% | - |
| HSV(B) | 69.6º | 0.99% | 0.89% | - |
| XYZ | 49.5 | 66.7 | 10.35 | - |
| YUV | 191.59 | 21.57 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 3 | 0.16 | 0 | 0.99 | 0.11 | 69.6 | 0.97 | 0.45 |
| Hex | C0 | E4 | 3 | 10 | 0 | 63 | B | 46 | 61 | 2D |
| Octal | 300 | 344 | 3 | 20 | 0 | 143 | 13 | 106 | 141 | 55 |
| Binary | 11000000 | 11100100 | 11 | 10000 | 0 | 1100011 | 1011 | 1000110 | 1100001 | 101101 |
Color Harmonies of #C0E403
Complementary color
Monochromatic Colors of #C0E403
Black with #C0E403
Text Example
Text Example
White with #C0E403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E403; }
p { color: rgb(192,228,3); }
H1.HeaderClassName
{
color: #C0E403;
}
.AnyTagClassName
{
color: #C0E403;
}
</style>
background-color css
<style>
a { background-color: #C0E403; }
a { background-color: rgb(192,228,3); }
div.DivClassName
{
background-color: #C0E403;
}
.BgClassName
{
background-color: #C0E403;
}
</style>
border-color css
<style>
span { border-color: #C0E403; }
span { border-color: rgb(192,228,3); }
td.TdClassName
{
border-color: #C0E403;
}
.TagClassName
{
border-color: #C0E403;
}
</style>