Shades of Inch Worm #C5F21A
Tints of Inch Worm #C5F21A
RGB
CMYK
RGB Variations
Color information
#C5F21A (or 0xC5F21A) is known color: Inch Worm. HEX triplet: C5, F2 and 1A. RGB value is (197,242,26). Sum of RGB (Red+Green+Blue) = 197+242+26=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F21A is #3A0DE5. Grayscale: #CCCCCC. Windows color (decimal): -3804646 or 1766085. OLE color: 1766085.
HSL color Cylindrical-coordinate representation of color #C5F21A: hue angle of 72.5º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5F21A is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 26 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.05 |
| HSL | 72.5º | 0.89% | 0.53% | - |
| HSV(B) | 72.5º | 0.89% | 0.95% | - |
| XYZ | 54.96 | 75.45 | 12.64 | - |
| YUV | 203.92 | 27.59 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 26 | 0.19 | 0 | 0.89 | 0.05 | 72.5 | 0.89 | 0.53 |
| Hex | C5 | F2 | 1A | 13 | 0 | 59 | 5 | 48 | 59 | 35 |
| Octal | 305 | 362 | 32 | 23 | 0 | 131 | 5 | 110 | 131 | 65 |
| Binary | 11000101 | 11110010 | 11010 | 10011 | 0 | 1011001 | 101 | 1001000 | 1011001 | 110101 |
Color Harmonies of #C5F21A
Complementary color
Monochromatic Colors of #C5F21A
Black with #C5F21A
Text Example
Text Example
White with #C5F21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F21A; }
p { color: rgb(197,242,26); }
H1.HeaderClassName
{
color: #C5F21A;
}
.AnyTagClassName
{
color: #C5F21A;
}
</style>
background-color css
<style>
a { background-color: #C5F21A; }
a { background-color: rgb(197,242,26); }
div.DivClassName
{
background-color: #C5F21A;
}
.BgClassName
{
background-color: #C5F21A;
}
</style>
border-color css
<style>
span { border-color: #C5F21A; }
span { border-color: rgb(197,242,26); }
td.TdClassName
{
border-color: #C5F21A;
}
.TagClassName
{
border-color: #C5F21A;
}
</style>