Shades of Inch Worm #C1E30F
Tints of Inch Worm #C1E30F
RGB
CMYK
RGB Variations
Color information
#C1E30F (or 0xC1E30F) is known color: Inch Worm. HEX triplet: C1, E3 and 0F. RGB value is (193,227,15). Sum of RGB (Red+Green+Blue) = 193+227+15=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #C1E30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1E30F is #3E1CF0. Grayscale: #C1C1C1. Windows color (decimal): -4070641 or 1041345. OLE color: 1041345.
HSL color Cylindrical-coordinate representation of color #C1E30F: hue angle of 69.62º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1E30F is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 227 | 15 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.11 |
| HSL | 69.62º | 0.88% | 0.47% | - |
| HSV(B) | 69.62º | 0.93% | 0.89% | - |
| XYZ | 49.55 | 66.31 | 10.64 | - |
| YUV | 192.67 | 27.74 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 227 | 15 | 0.15 | 0 | 0.93 | 0.11 | 69.62 | 0.88 | 0.47 |
| Hex | C1 | E3 | F | F | 0 | 5D | B | 46 | 58 | 2F |
| Octal | 301 | 343 | 17 | 17 | 0 | 135 | 13 | 106 | 130 | 57 |
| Binary | 11000001 | 11100011 | 1111 | 1111 | 0 | 1011101 | 1011 | 1000110 | 1011000 | 101111 |
Color Harmonies of #C1E30F
Complementary color
Monochromatic Colors of #C1E30F
Black with #C1E30F
Text Example
Text Example
White with #C1E30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E30F; }
p { color: rgb(193,227,15); }
H1.HeaderClassName
{
color: #C1E30F;
}
.AnyTagClassName
{
color: #C1E30F;
}
</style>
background-color css
<style>
a { background-color: #C1E30F; }
a { background-color: rgb(193,227,15); }
div.DivClassName
{
background-color: #C1E30F;
}
.BgClassName
{
background-color: #C1E30F;
}
</style>
border-color css
<style>
span { border-color: #C1E30F; }
span { border-color: rgb(193,227,15); }
td.TdClassName
{
border-color: #C1E30F;
}
.TagClassName
{
border-color: #C1E30F;
}
</style>