Shades of Kelly Green #59BD01
Tints of Kelly Green #59BD01
RGB
CMYK
RGB Variations
Color information
#59BD01 (or 0x59BD01) is known color: Kelly Green. HEX triplet: 59, BD and 01. RGB value is (89,189,1). Sum of RGB (Red+Green+Blue) = 89+189+1=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 189 (74.22% from 255 or 67.74% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 189 - color contains mainly: green. Hex color #59BD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #59BD01 is #A642FE. Grayscale: #8A8A8A. Windows color (decimal): -10896127 or 114009. OLE color: 114009.
HSL color Cylindrical-coordinate representation of color #59BD01: hue angle of 91.91º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59BD01 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 189 | 1 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.26 |
| HSL | 91.91º | 0.99% | 0.37% | - |
| HSV(B) | 91.91º | 0.99% | 0.74% | - |
| XYZ | 22.32 | 38.52 | 6.29 | - |
| YUV | 137.67 | 50.87 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 1 | 0.53 | 0 | 0.99 | 0.26 | 91.91 | 0.99 | 0.37 |
| Hex | 59 | BD | 1 | 35 | 0 | 63 | 1A | 5C | 63 | 25 |
| Octal | 131 | 275 | 1 | 65 | 0 | 143 | 32 | 134 | 143 | 45 |
| Binary | 1011001 | 10111101 | 1 | 110101 | 0 | 1100011 | 11010 | 1011100 | 1100011 | 100101 |
Color Harmonies of #59BD01
Complementary color
Monochromatic Colors of #59BD01
Black with #59BD01
Text Example
Text Example
White with #59BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BD01; }
p { color: rgb(89,189,1); }
H1.HeaderClassName
{
color: #59BD01;
}
.AnyTagClassName
{
color: #59BD01;
}
</style>
background-color css
<style>
a { background-color: #59BD01; }
a { background-color: rgb(89,189,1); }
div.DivClassName
{
background-color: #59BD01;
}
.BgClassName
{
background-color: #59BD01;
}
</style>
border-color css
<style>
span { border-color: #59BD01; }
span { border-color: rgb(89,189,1); }
td.TdClassName
{
border-color: #59BD01;
}
.TagClassName
{
border-color: #59BD01;
}
</style>