Shades of Kelly Green #59BE2D
Tints of Kelly Green #59BE2D
RGB
CMYK
RGB Variations
Color information
#59BE2D (or 0x59BE2D) is known color: Kelly Green. HEX triplet: 59, BE and 2D. RGB value is (89,190,45). Sum of RGB (Red+Green+Blue) = 89+190+45=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #59BE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59BE2D is #A641D2. Grayscale: #8F8F8F. Windows color (decimal): -10895827 or 2997849. OLE color: 2997849.
HSL color Cylindrical-coordinate representation of color #59BE2D: hue angle of 101.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59BE2D is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 190 | 45 | - |
| CMYK | 0.53 | 0 | 0.76 | 0.25 |
| HSL | 101.79º | 0.62% | 0.46% | - |
| HSV(B) | 101.79º | 0.76% | 0.75% | - |
| XYZ | 23.01 | 39.14 | 8.82 | - |
| YUV | 143.27 | 72.54 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 190 | 45 | 0.53 | 0 | 0.76 | 0.25 | 101.79 | 0.62 | 0.46 |
| Hex | 59 | BE | 2D | 35 | 0 | 4C | 19 | 66 | 3E | 2E |
| Octal | 131 | 276 | 55 | 65 | 0 | 114 | 31 | 146 | 76 | 56 |
| Binary | 1011001 | 10111110 | 101101 | 110101 | 0 | 1001100 | 11001 | 1100110 | 111110 | 101110 |
Color Harmonies of #59BE2D
Complementary color
Monochromatic Colors of #59BE2D
Black with #59BE2D
Text Example
Text Example
White with #59BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BE2D; }
p { color: rgb(89,190,45); }
H1.HeaderClassName
{
color: #59BE2D;
}
.AnyTagClassName
{
color: #59BE2D;
}
</style>
background-color css
<style>
a { background-color: #59BE2D; }
a { background-color: rgb(89,190,45); }
div.DivClassName
{
background-color: #59BE2D;
}
.BgClassName
{
background-color: #59BE2D;
}
</style>
border-color css
<style>
span { border-color: #59BE2D; }
span { border-color: rgb(89,190,45); }
td.TdClassName
{
border-color: #59BE2D;
}
.TagClassName
{
border-color: #59BE2D;
}
</style>