Shades of Inch Worm #C5E015
Tints of Inch Worm #C5E015
RGB
CMYK
RGB Variations
Color information
#C5E015 (or 0xC5E015) is known color: Inch Worm. HEX triplet: C5, E0 and 15. RGB value is (197,224,21). Sum of RGB (Red+Green+Blue) = 197+224+21=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E015 is #3A1FEA. Grayscale: #C1C1C1. Windows color (decimal): -3809259 or 1433797. OLE color: 1433797.
HSL color Cylindrical-coordinate representation of color #C5E015: hue angle of 67.98º degrees, saturation: 0.83, 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 #C5E015 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 21 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.12 |
| HSL | 67.98º | 0.83% | 0.48% | - |
| HSV(B) | 67.98º | 0.91% | 0.88% | - |
| XYZ | 49.82 | 65.24 | 10.68 | - |
| YUV | 192.79 | 31.05 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 21 | 0.12 | 0 | 0.91 | 0.12 | 67.98 | 0.83 | 0.48 |
| Hex | C5 | E0 | 15 | C | 0 | 5B | C | 44 | 53 | 30 |
| Octal | 305 | 340 | 25 | 14 | 0 | 133 | 14 | 104 | 123 | 60 |
| Binary | 11000101 | 11100000 | 10101 | 1100 | 0 | 1011011 | 1100 | 1000100 | 1010011 | 110000 |
Color Harmonies of #C5E015
Complementary color
Monochromatic Colors of #C5E015
Black with #C5E015
Text Example
Text Example
White with #C5E015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E015; }
p { color: rgb(197,224,21); }
H1.HeaderClassName
{
color: #C5E015;
}
.AnyTagClassName
{
color: #C5E015;
}
</style>
background-color css
<style>
a { background-color: #C5E015; }
a { background-color: rgb(197,224,21); }
div.DivClassName
{
background-color: #C5E015;
}
.BgClassName
{
background-color: #C5E015;
}
</style>
border-color css
<style>
span { border-color: #C5E015; }
span { border-color: rgb(197,224,21); }
td.TdClassName
{
border-color: #C5E015;
}
.TagClassName
{
border-color: #C5E015;
}
</style>