Shades of Inch Worm #C3E107
Tints of Inch Worm #C3E107
RGB
CMYK
RGB Variations
Color information
#C3E107 (or 0xC3E107) is known color: Inch Worm. HEX triplet: C3, E1 and 07. RGB value is (195,225,7). Sum of RGB (Red+Green+Blue) = 195+225+7=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3E107 is #3C1EF8. Grayscale: #C0C0C0. Windows color (decimal): -3940089 or 516547. OLE color: 516547.
HSL color Cylindrical-coordinate representation of color #C3E107: hue angle of 68.26º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3E107 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 7 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.12 |
| HSL | 68.26º | 0.94% | 0.45% | - |
| HSV(B) | 68.26º | 0.97% | 0.88% | - |
| XYZ | 49.47 | 65.47 | 10.23 | - |
| YUV | 191.18 | 24.06 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 7 | 0.13 | 0 | 0.97 | 0.12 | 68.26 | 0.94 | 0.45 |
| Hex | C3 | E1 | 7 | D | 0 | 61 | C | 44 | 5E | 2D |
| Octal | 303 | 341 | 7 | 15 | 0 | 141 | 14 | 104 | 136 | 55 |
| Binary | 11000011 | 11100001 | 111 | 1101 | 0 | 1100001 | 1100 | 1000100 | 1011110 | 101101 |
Color Harmonies of #C3E107
Complementary color
Monochromatic Colors of #C3E107
Black with #C3E107
Text Example
Text Example
White with #C3E107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E107; }
p { color: rgb(195,225,7); }
H1.HeaderClassName
{
color: #C3E107;
}
.AnyTagClassName
{
color: #C3E107;
}
</style>
background-color css
<style>
a { background-color: #C3E107; }
a { background-color: rgb(195,225,7); }
div.DivClassName
{
background-color: #C3E107;
}
.BgClassName
{
background-color: #C3E107;
}
</style>
border-color css
<style>
span { border-color: #C3E107; }
span { border-color: rgb(195,225,7); }
td.TdClassName
{
border-color: #C3E107;
}
.TagClassName
{
border-color: #C3E107;
}
</style>