Shades of Kelly Green #5FC820
Tints of Kelly Green #5FC820
RGB
CMYK
RGB Variations
Color information
#5FC820 (or 0x5FC820) is known color: Kelly Green. HEX triplet: 5F, C8 and 20. RGB value is (95,200,32). Sum of RGB (Red+Green+Blue) = 95+200+32=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC820 is #A037DF. Grayscale: #969696. Windows color (decimal): -10500064 or 2148447. OLE color: 2148447.
HSL color Cylindrical-coordinate representation of color #5FC820: hue angle of 97.5º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FC820 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 200 | 32 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.22 |
| HSL | 97.5º | 0.72% | 0.45% | - |
| HSV(B) | 97.5º | 0.84% | 0.78% | - |
| XYZ | 25.63 | 43.85 | 8.48 | - |
| YUV | 149.45 | 61.71 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 200 | 32 | 0.52 | 0 | 0.84 | 0.22 | 97.5 | 0.72 | 0.45 |
| Hex | 5F | C8 | 20 | 34 | 0 | 54 | 16 | 62 | 48 | 2D |
| Octal | 137 | 310 | 40 | 64 | 0 | 124 | 26 | 142 | 110 | 55 |
| Binary | 1011111 | 11001000 | 100000 | 110100 | 0 | 1010100 | 10110 | 1100010 | 1001000 | 101101 |
Color Harmonies of #5FC820
Complementary color
Monochromatic Colors of #5FC820
Black with #5FC820
Text Example
Text Example
White with #5FC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC820; }
p { color: rgb(95,200,32); }
H1.HeaderClassName
{
color: #5FC820;
}
.AnyTagClassName
{
color: #5FC820;
}
</style>
background-color css
<style>
a { background-color: #5FC820; }
a { background-color: rgb(95,200,32); }
div.DivClassName
{
background-color: #5FC820;
}
.BgClassName
{
background-color: #5FC820;
}
</style>
border-color css
<style>
span { border-color: #5FC820; }
span { border-color: rgb(95,200,32); }
td.TdClassName
{
border-color: #5FC820;
}
.TagClassName
{
border-color: #5FC820;
}
</style>