Shades of Inch Worm #C9E114
Tints of Inch Worm #C9E114
RGB
CMYK
RGB Variations
Color information
#C9E114 (or 0xC9E114) is known color: Inch Worm. HEX triplet: C9, E1 and 14. RGB value is (201,225,20). Sum of RGB (Red+Green+Blue) = 201+225+20=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9E114 is #361EEB. Grayscale: #C3C3C3. Windows color (decimal): -3546860 or 1368521. OLE color: 1368521.
HSL color Cylindrical-coordinate representation of color #C9E114: hue angle of 67.02º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9E114 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 20 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.12 |
| HSL | 67.02º | 0.84% | 0.48% | - |
| HSV(B) | 67.02º | 0.91% | 0.88% | - |
| XYZ | 51.14 | 66.32 | 10.77 | - |
| YUV | 194.45 | 29.55 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 20 | 0.11 | 0 | 0.91 | 0.12 | 67.02 | 0.84 | 0.48 |
| Hex | C9 | E1 | 14 | B | 0 | 5B | C | 43 | 54 | 30 |
| Octal | 311 | 341 | 24 | 13 | 0 | 133 | 14 | 103 | 124 | 60 |
| Binary | 11001001 | 11100001 | 10100 | 1011 | 0 | 1011011 | 1100 | 1000011 | 1010100 | 110000 |
Color Harmonies of #C9E114
Complementary color
Monochromatic Colors of #C9E114
Black with #C9E114
Text Example
Text Example
White with #C9E114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E114; }
p { color: rgb(201,225,20); }
H1.HeaderClassName
{
color: #C9E114;
}
.AnyTagClassName
{
color: #C9E114;
}
</style>
background-color css
<style>
a { background-color: #C9E114; }
a { background-color: rgb(201,225,20); }
div.DivClassName
{
background-color: #C9E114;
}
.BgClassName
{
background-color: #C9E114;
}
</style>
border-color css
<style>
span { border-color: #C9E114; }
span { border-color: rgb(201,225,20); }
td.TdClassName
{
border-color: #C9E114;
}
.TagClassName
{
border-color: #C9E114;
}
</style>