Shades of Inch Worm #C3E40A
Tints of Inch Worm #C3E40A
RGB
CMYK
RGB Variations
Color information
#C3E40A (or 0xC3E40A) is known color: Inch Worm. HEX triplet: C3, E4 and 0A. RGB value is (195,228,10). Sum of RGB (Red+Green+Blue) = 195+228+10=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3E40A is #3C1BF5. Grayscale: #C2C2C2. Windows color (decimal): -3939318 or 713923. OLE color: 713923.
HSL color Cylindrical-coordinate representation of color #C3E40A: hue angle of 69.08º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3E40A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 228 | 10 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.11 |
| HSL | 69.08º | 0.92% | 0.47% | - |
| HSV(B) | 69.08º | 0.96% | 0.89% | - |
| XYZ | 50.3 | 67.11 | 10.59 | - |
| YUV | 193.28 | 24.57 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 228 | 10 | 0.14 | 0 | 0.96 | 0.11 | 69.08 | 0.92 | 0.47 |
| Hex | C3 | E4 | A | E | 0 | 60 | B | 45 | 5C | 2F |
| Octal | 303 | 344 | 12 | 16 | 0 | 140 | 13 | 105 | 134 | 57 |
| Binary | 11000011 | 11100100 | 1010 | 1110 | 0 | 1100000 | 1011 | 1000101 | 1011100 | 101111 |
Color Harmonies of #C3E40A
Complementary color
Monochromatic Colors of #C3E40A
Black with #C3E40A
Text Example
Text Example
White with #C3E40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E40A; }
p { color: rgb(195,228,10); }
H1.HeaderClassName
{
color: #C3E40A;
}
.AnyTagClassName
{
color: #C3E40A;
}
</style>
background-color css
<style>
a { background-color: #C3E40A; }
a { background-color: rgb(195,228,10); }
div.DivClassName
{
background-color: #C3E40A;
}
.BgClassName
{
background-color: #C3E40A;
}
</style>
border-color css
<style>
span { border-color: #C3E40A; }
span { border-color: rgb(195,228,10); }
td.TdClassName
{
border-color: #C3E40A;
}
.TagClassName
{
border-color: #C3E40A;
}
</style>