Shades of Kelly Green #58C304
Tints of Kelly Green #58C304
RGB
CMYK
RGB Variations
Color information
#58C304 (or 0x58C304) is known color: Kelly Green. HEX triplet: 58, C3 and 04. RGB value is (88,195,4). Sum of RGB (Red+Green+Blue) = 88+195+4=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #58C304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C304 is #A73CFB. Grayscale: #8D8D8D. Windows color (decimal): -10960124 or 312152. OLE color: 312152.
HSL color Cylindrical-coordinate representation of color #58C304: hue angle of 93.61º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58C304 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 4 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.24 |
| HSL | 93.61º | 0.96% | 0.39% | - |
| HSV(B) | 93.61º | 0.98% | 0.76% | - |
| XYZ | 23.56 | 41.11 | 6.81 | - |
| YUV | 141.23 | 50.55 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 4 | 0.55 | 0 | 0.98 | 0.24 | 93.61 | 0.96 | 0.39 |
| Hex | 58 | C3 | 4 | 37 | 0 | 62 | 18 | 5E | 60 | 27 |
| Octal | 130 | 303 | 4 | 67 | 0 | 142 | 30 | 136 | 140 | 47 |
| Binary | 1011000 | 11000011 | 100 | 110111 | 0 | 1100010 | 11000 | 1011110 | 1100000 | 100111 |
Color Harmonies of #58C304
Complementary color
Monochromatic Colors of #58C304
Black with #58C304
Text Example
Text Example
White with #58C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C304; }
p { color: rgb(88,195,4); }
H1.HeaderClassName
{
color: #58C304;
}
.AnyTagClassName
{
color: #58C304;
}
</style>
background-color css
<style>
a { background-color: #58C304; }
a { background-color: rgb(88,195,4); }
div.DivClassName
{
background-color: #58C304;
}
.BgClassName
{
background-color: #58C304;
}
</style>
border-color css
<style>
span { border-color: #58C304; }
span { border-color: rgb(88,195,4); }
td.TdClassName
{
border-color: #58C304;
}
.TagClassName
{
border-color: #58C304;
}
</style>