Shades of Kelly Green #5FCA20
Tints of Kelly Green #5FCA20
RGB
CMYK
RGB Variations
Color information
#5FCA20 (or 0x5FCA20) is known color: Kelly Green. HEX triplet: 5F, CA and 20. RGB value is (95,202,32). Sum of RGB (Red+Green+Blue) = 95+202+32=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA20 is #A035DF. Grayscale: #979797. Windows color (decimal): -10499552 or 2148959. OLE color: 2148959.
HSL color Cylindrical-coordinate representation of color #5FCA20: hue angle of 97.76º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FCA20 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 32 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.21 |
| HSL | 97.76º | 0.73% | 0.46% | - |
| HSV(B) | 97.76º | 0.84% | 0.79% | - |
| XYZ | 26.1 | 44.78 | 8.63 | - |
| YUV | 150.63 | 61.05 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 32 | 0.53 | 0 | 0.84 | 0.21 | 97.76 | 0.73 | 0.46 |
| Hex | 5F | CA | 20 | 35 | 0 | 54 | 15 | 62 | 49 | 2E |
| Octal | 137 | 312 | 40 | 65 | 0 | 124 | 25 | 142 | 111 | 56 |
| Binary | 1011111 | 11001010 | 100000 | 110101 | 0 | 1010100 | 10101 | 1100010 | 1001001 | 101110 |
Color Harmonies of #5FCA20
Complementary color
Monochromatic Colors of #5FCA20
Black with #5FCA20
Text Example
Text Example
White with #5FCA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA20; }
p { color: rgb(95,202,32); }
H1.HeaderClassName
{
color: #5FCA20;
}
.AnyTagClassName
{
color: #5FCA20;
}
</style>
background-color css
<style>
a { background-color: #5FCA20; }
a { background-color: rgb(95,202,32); }
div.DivClassName
{
background-color: #5FCA20;
}
.BgClassName
{
background-color: #5FCA20;
}
</style>
border-color css
<style>
span { border-color: #5FCA20; }
span { border-color: rgb(95,202,32); }
td.TdClassName
{
border-color: #5FCA20;
}
.TagClassName
{
border-color: #5FCA20;
}
</style>