Shades of Kelly Green #58BD2D
Tints of Kelly Green #58BD2D
RGB
CMYK
RGB Variations
Color information
#58BD2D (or 0x58BD2D) is known color: Kelly Green. HEX triplet: 58, BD and 2D. RGB value is (88,189,45). Sum of RGB (Red+Green+Blue) = 88+189+45=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 189 (74.22% from 255 or 58.70% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BD2D is #A742D2. Grayscale: #8E8E8E. Windows color (decimal): -10961619 or 2997592. OLE color: 2997592.
HSL color Cylindrical-coordinate representation of color #58BD2D: hue angle of 102.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58BD2D is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 189 | 45 | - |
| CMYK | 0.53 | 0 | 0.76 | 0.26 |
| HSL | 102.08º | 0.62% | 0.46% | - |
| HSV(B) | 102.08º | 0.76% | 0.74% | - |
| XYZ | 22.7 | 38.66 | 8.75 | - |
| YUV | 142.39 | 73.04 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 45 | 0.53 | 0 | 0.76 | 0.26 | 102.08 | 0.62 | 0.46 |
| Hex | 58 | BD | 2D | 35 | 0 | 4C | 1A | 66 | 3E | 2E |
| Octal | 130 | 275 | 55 | 65 | 0 | 114 | 32 | 146 | 76 | 56 |
| Binary | 1011000 | 10111101 | 101101 | 110101 | 0 | 1001100 | 11010 | 1100110 | 111110 | 101110 |
Color Harmonies of #58BD2D
Complementary color
Monochromatic Colors of #58BD2D
Black with #58BD2D
Text Example
Text Example
White with #58BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BD2D; }
p { color: rgb(88,189,45); }
H1.HeaderClassName
{
color: #58BD2D;
}
.AnyTagClassName
{
color: #58BD2D;
}
</style>
background-color css
<style>
a { background-color: #58BD2D; }
a { background-color: rgb(88,189,45); }
div.DivClassName
{
background-color: #58BD2D;
}
.BgClassName
{
background-color: #58BD2D;
}
</style>
border-color css
<style>
span { border-color: #58BD2D; }
span { border-color: rgb(88,189,45); }
td.TdClassName
{
border-color: #58BD2D;
}
.TagClassName
{
border-color: #58BD2D;
}
</style>