Shades of Inch Worm #C3E50C
Tints of Inch Worm #C3E50C
RGB
CMYK
RGB Variations
Color information
#C3E50C (or 0xC3E50C) is known color: Inch Worm. HEX triplet: C3, E5 and 0C. RGB value is (195,229,12). Sum of RGB (Red+Green+Blue) = 195+229+12=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #C3E50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3E50C is #3C1AF3. Grayscale: #C2C2C2. Windows color (decimal): -3939060 or 845251. OLE color: 845251.
HSL color Cylindrical-coordinate representation of color #C3E50C: hue angle of 69.4º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3E50C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 229 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.10 |
| HSL | 69.4º | 0.9% | 0.47% | - |
| HSV(B) | 69.4º | 0.95% | 0.9% | - |
| XYZ | 50.59 | 67.67 | 10.74 | - |
| YUV | 194.1 | 25.24 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 229 | 12 | 0.15 | 0 | 0.95 | 0.10 | 69.4 | 0.9 | 0.47 |
| Hex | C3 | E5 | C | F | 0 | 5F | A | 45 | 5A | 2F |
| Octal | 303 | 345 | 14 | 17 | 0 | 137 | 12 | 105 | 132 | 57 |
| Binary | 11000011 | 11100101 | 1100 | 1111 | 0 | 1011111 | 1010 | 1000101 | 1011010 | 101111 |
Color Harmonies of #C3E50C
Complementary color
Monochromatic Colors of #C3E50C
Black with #C3E50C
Text Example
Text Example
White with #C3E50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E50C; }
p { color: rgb(195,229,12); }
H1.HeaderClassName
{
color: #C3E50C;
}
.AnyTagClassName
{
color: #C3E50C;
}
</style>
background-color css
<style>
a { background-color: #C3E50C; }
a { background-color: rgb(195,229,12); }
div.DivClassName
{
background-color: #C3E50C;
}
.BgClassName
{
background-color: #C3E50C;
}
</style>
border-color css
<style>
span { border-color: #C3E50C; }
span { border-color: rgb(195,229,12); }
td.TdClassName
{
border-color: #C3E50C;
}
.TagClassName
{
border-color: #C3E50C;
}
</style>