Shades of Kelly Green #58CF0A
Tints of Kelly Green #58CF0A
RGB
CMYK
RGB Variations
Color information
#58CF0A (or 0x58CF0A) is known color: Kelly Green. HEX triplet: 58, CF and 0A. RGB value is (88,207,10). Sum of RGB (Red+Green+Blue) = 88+207+10=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 207 (81.25% from 255 or 67.87% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 207 - color contains mainly: green. Hex color #58CF0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58CF0A is #A730F5. Grayscale: #959595. Windows color (decimal): -10957046 or 708440. OLE color: 708440.
HSL color Cylindrical-coordinate representation of color #58CF0A: hue angle of 96.24º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58CF0A is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 10 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.19 |
| HSL | 96.24º | 0.91% | 0.43% | - |
| HSV(B) | 96.24º | 0.95% | 0.81% | - |
| XYZ | 26.39 | 46.72 | 7.91 | - |
| YUV | 148.96 | 49.58 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 10 | 0.57 | 0 | 0.95 | 0.19 | 96.24 | 0.91 | 0.43 |
| Hex | 58 | CF | A | 39 | 0 | 5F | 13 | 60 | 5B | 2B |
| Octal | 130 | 317 | 12 | 71 | 0 | 137 | 23 | 140 | 133 | 53 |
| Binary | 1011000 | 11001111 | 1010 | 111001 | 0 | 1011111 | 10011 | 1100000 | 1011011 | 101011 |
Color Harmonies of #58CF0A
Complementary color
Monochromatic Colors of #58CF0A
Black with #58CF0A
Text Example
Text Example
White with #58CF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CF0A; }
p { color: rgb(88,207,10); }
H1.HeaderClassName
{
color: #58CF0A;
}
.AnyTagClassName
{
color: #58CF0A;
}
</style>
background-color css
<style>
a { background-color: #58CF0A; }
a { background-color: rgb(88,207,10); }
div.DivClassName
{
background-color: #58CF0A;
}
.BgClassName
{
background-color: #58CF0A;
}
</style>
border-color css
<style>
span { border-color: #58CF0A; }
span { border-color: rgb(88,207,10); }
td.TdClassName
{
border-color: #58CF0A;
}
.TagClassName
{
border-color: #58CF0A;
}
</style>