Shades of Kelly Green #59CA1F
Tints of Kelly Green #59CA1F
RGB
CMYK
RGB Variations
Color information
#59CA1F (or 0x59CA1F) is known color: Kelly Green. HEX triplet: 59, CA and 1F. RGB value is (89,202,31). Sum of RGB (Red+Green+Blue) = 89+202+31=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #59CA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59CA1F is #A635E0. Grayscale: #959595. Windows color (decimal): -10892769 or 2083417. OLE color: 2083417.
HSL color Cylindrical-coordinate representation of color #59CA1F: hue angle of 99.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59CA1F is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 202 | 31 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.21 |
| HSL | 99.65º | 0.73% | 0.46% | - |
| HSV(B) | 99.65º | 0.85% | 0.79% | - |
| XYZ | 25.49 | 44.46 | 8.54 | - |
| YUV | 148.72 | 61.56 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 202 | 31 | 0.56 | 0 | 0.85 | 0.21 | 99.65 | 0.73 | 0.46 |
| Hex | 59 | CA | 1F | 38 | 0 | 55 | 15 | 64 | 49 | 2E |
| Octal | 131 | 312 | 37 | 70 | 0 | 125 | 25 | 144 | 111 | 56 |
| Binary | 1011001 | 11001010 | 11111 | 111000 | 0 | 1010101 | 10101 | 1100100 | 1001001 | 101110 |
Color Harmonies of #59CA1F
Complementary color
Monochromatic Colors of #59CA1F
Black with #59CA1F
Text Example
Text Example
White with #59CA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CA1F; }
p { color: rgb(89,202,31); }
H1.HeaderClassName
{
color: #59CA1F;
}
.AnyTagClassName
{
color: #59CA1F;
}
</style>
background-color css
<style>
a { background-color: #59CA1F; }
a { background-color: rgb(89,202,31); }
div.DivClassName
{
background-color: #59CA1F;
}
.BgClassName
{
background-color: #59CA1F;
}
</style>
border-color css
<style>
span { border-color: #59CA1F; }
span { border-color: rgb(89,202,31); }
td.TdClassName
{
border-color: #59CA1F;
}
.TagClassName
{
border-color: #59CA1F;
}
</style>