Shades of Inch Worm #C5EA1D
Tints of Inch Worm #C5EA1D
RGB
CMYK
RGB Variations
Color information
#C5EA1D (or 0xC5EA1D) is known color: Inch Worm. HEX triplet: C5, EA and 1D. RGB value is (197,234,29). Sum of RGB (Red+Green+Blue) = 197+234+29=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EA1D is #3A15E2. Grayscale: #C8C8C8. Windows color (decimal): -3806691 or 1960645. OLE color: 1960645.
HSL color Cylindrical-coordinate representation of color #C5EA1D: hue angle of 70.83º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5EA1D is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 29 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.08 |
| HSL | 70.83º | 0.83% | 0.52% | - |
| HSV(B) | 70.83º | 0.88% | 0.92% | - |
| XYZ | 52.67 | 70.8 | 12.05 | - |
| YUV | 199.57 | 31.74 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 29 | 0.16 | 0 | 0.88 | 0.08 | 70.83 | 0.83 | 0.52 |
| Hex | C5 | EA | 1D | 10 | 0 | 58 | 8 | 47 | 53 | 34 |
| Octal | 305 | 352 | 35 | 20 | 0 | 130 | 10 | 107 | 123 | 64 |
| Binary | 11000101 | 11101010 | 11101 | 10000 | 0 | 1011000 | 1000 | 1000111 | 1010011 | 110100 |
Color Harmonies of #C5EA1D
Complementary color
Monochromatic Colors of #C5EA1D
Black with #C5EA1D
Text Example
Text Example
White with #C5EA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA1D; }
p { color: rgb(197,234,29); }
H1.HeaderClassName
{
color: #C5EA1D;
}
.AnyTagClassName
{
color: #C5EA1D;
}
</style>
background-color css
<style>
a { background-color: #C5EA1D; }
a { background-color: rgb(197,234,29); }
div.DivClassName
{
background-color: #C5EA1D;
}
.BgClassName
{
background-color: #C5EA1D;
}
</style>
border-color css
<style>
span { border-color: #C5EA1D; }
span { border-color: rgb(197,234,29); }
td.TdClassName
{
border-color: #C5EA1D;
}
.TagClassName
{
border-color: #C5EA1D;
}
</style>