Shades of Inch Worm #C5F31A
Tints of Inch Worm #C5F31A
RGB
CMYK
RGB Variations
Color information
#C5F31A (or 0xC5F31A) is known color: Inch Worm. HEX triplet: C5, F3 and 1A. RGB value is (197,243,26). Sum of RGB (Red+Green+Blue) = 197+243+26=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F31A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F31A is #3A0CE5. Grayscale: #CDCDCD. Windows color (decimal): -3804390 or 1766341. OLE color: 1766341.
HSL color Cylindrical-coordinate representation of color #C5F31A: hue angle of 72.72º degrees, saturation: 0.9, 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 #C5F31A is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 26 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.05 |
| HSL | 72.72º | 0.9% | 0.53% | - |
| HSV(B) | 72.72º | 0.89% | 0.95% | - |
| XYZ | 55.26 | 76.05 | 12.74 | - |
| YUV | 204.51 | 27.26 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 26 | 0.19 | 0 | 0.89 | 0.05 | 72.72 | 0.9 | 0.53 |
| Hex | C5 | F3 | 1A | 13 | 0 | 59 | 5 | 49 | 5A | 35 |
| Octal | 305 | 363 | 32 | 23 | 0 | 131 | 5 | 111 | 132 | 65 |
| Binary | 11000101 | 11110011 | 11010 | 10011 | 0 | 1011001 | 101 | 1001001 | 1011010 | 110101 |
Color Harmonies of #C5F31A
Complementary color
Monochromatic Colors of #C5F31A
Black with #C5F31A
Text Example
Text Example
White with #C5F31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F31A; }
p { color: rgb(197,243,26); }
H1.HeaderClassName
{
color: #C5F31A;
}
.AnyTagClassName
{
color: #C5F31A;
}
</style>
background-color css
<style>
a { background-color: #C5F31A; }
a { background-color: rgb(197,243,26); }
div.DivClassName
{
background-color: #C5F31A;
}
.BgClassName
{
background-color: #C5F31A;
}
</style>
border-color css
<style>
span { border-color: #C5F31A; }
span { border-color: rgb(197,243,26); }
td.TdClassName
{
border-color: #C5F31A;
}
.TagClassName
{
border-color: #C5F31A;
}
</style>