Shades of Inch Worm #C5ED13
Tints of Inch Worm #C5ED13
RGB
CMYK
RGB Variations
Color information
#C5ED13 (or 0xC5ED13) is known color: Inch Worm. HEX triplet: C5, ED and 13. RGB value is (197,237,19). Sum of RGB (Red+Green+Blue) = 197+237+19=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 19 (7.81% from 255 or 4.19% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5ED13 is #3A12EC. Grayscale: #C9C9C9. Windows color (decimal): -3805933 or 1306053. OLE color: 1306053.
HSL color Cylindrical-coordinate representation of color #C5ED13: hue angle of 71.01º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5ED13 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 19 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.07 |
| HSL | 71.01º | 0.86% | 0.5% | - |
| HSV(B) | 71.01º | 0.92% | 0.93% | - |
| XYZ | 53.43 | 72.49 | 11.79 | - |
| YUV | 200.19 | 25.75 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 19 | 0.17 | 0 | 0.92 | 0.07 | 71.01 | 0.86 | 0.5 |
| Hex | C5 | ED | 13 | 11 | 0 | 5C | 7 | 47 | 56 | 32 |
| Octal | 305 | 355 | 23 | 21 | 0 | 134 | 7 | 107 | 126 | 62 |
| Binary | 11000101 | 11101101 | 10011 | 10001 | 0 | 1011100 | 111 | 1000111 | 1010110 | 110010 |
Color Harmonies of #C5ED13
Complementary color
Monochromatic Colors of #C5ED13
Black with #C5ED13
Text Example
Text Example
White with #C5ED13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED13; }
p { color: rgb(197,237,19); }
H1.HeaderClassName
{
color: #C5ED13;
}
.AnyTagClassName
{
color: #C5ED13;
}
</style>
background-color css
<style>
a { background-color: #C5ED13; }
a { background-color: rgb(197,237,19); }
div.DivClassName
{
background-color: #C5ED13;
}
.BgClassName
{
background-color: #C5ED13;
}
</style>
border-color css
<style>
span { border-color: #C5ED13; }
span { border-color: rgb(197,237,19); }
td.TdClassName
{
border-color: #C5ED13;
}
.TagClassName
{
border-color: #C5ED13;
}
</style>