Shades of Inch Worm #C1E512
Tints of Inch Worm #C1E512
RGB
CMYK
RGB Variations
Color information
#C1E512 (or 0xC1E512) is known color: Inch Worm. HEX triplet: C1, E5 and 12. RGB value is (193,229,18). Sum of RGB (Red+Green+Blue) = 193+229+18=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1E512 is #3E1AED. Grayscale: #C2C2C2. Windows color (decimal): -4070126 or 1238465. OLE color: 1238465.
HSL color Cylindrical-coordinate representation of color #C1E512: hue angle of 70.24º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1E512 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 229 | 18 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.10 |
| HSL | 70.24º | 0.85% | 0.48% | - |
| HSV(B) | 70.24º | 0.92% | 0.9% | - |
| XYZ | 50.12 | 67.42 | 10.94 | - |
| YUV | 194.18 | 28.57 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 229 | 18 | 0.16 | 0 | 0.92 | 0.10 | 70.24 | 0.85 | 0.48 |
| Hex | C1 | E5 | 12 | 10 | 0 | 5C | A | 46 | 55 | 30 |
| Octal | 301 | 345 | 22 | 20 | 0 | 134 | 12 | 106 | 125 | 60 |
| Binary | 11000001 | 11100101 | 10010 | 10000 | 0 | 1011100 | 1010 | 1000110 | 1010101 | 110000 |
Color Harmonies of #C1E512
Complementary color
Monochromatic Colors of #C1E512
Black with #C1E512
Text Example
Text Example
White with #C1E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E512; }
p { color: rgb(193,229,18); }
H1.HeaderClassName
{
color: #C1E512;
}
.AnyTagClassName
{
color: #C1E512;
}
</style>
background-color css
<style>
a { background-color: #C1E512; }
a { background-color: rgb(193,229,18); }
div.DivClassName
{
background-color: #C1E512;
}
.BgClassName
{
background-color: #C1E512;
}
</style>
border-color css
<style>
span { border-color: #C1E512; }
span { border-color: rgb(193,229,18); }
td.TdClassName
{
border-color: #C1E512;
}
.TagClassName
{
border-color: #C1E512;
}
</style>