Shades of Kelly Green #5FB71C
Tints of Kelly Green #5FB71C
RGB
CMYK
RGB Variations
Color information
#5FB71C (or 0x5FB71C) is known color: Kelly Green. HEX triplet: 5F, B7 and 1C. RGB value is (95,183,28). Sum of RGB (Red+Green+Blue) = 95+183+28=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB71C is #A048E3. Grayscale: #8B8B8B. Windows color (decimal): -10504420 or 1881951. OLE color: 1881951.
HSL color Cylindrical-coordinate representation of color #5FB71C: hue angle of 94.06º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FB71C is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 28 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.28 |
| HSL | 94.06º | 0.73% | 0.41% | - |
| HSV(B) | 94.06º | 0.85% | 0.72% | - |
| XYZ | 21.86 | 36.38 | 6.97 | - |
| YUV | 139.02 | 65.35 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 28 | 0.48 | 0 | 0.85 | 0.28 | 94.06 | 0.73 | 0.41 |
| Hex | 5F | B7 | 1C | 30 | 0 | 55 | 1C | 5E | 49 | 29 |
| Octal | 137 | 267 | 34 | 60 | 0 | 125 | 34 | 136 | 111 | 51 |
| Binary | 1011111 | 10110111 | 11100 | 110000 | 0 | 1010101 | 11100 | 1011110 | 1001001 | 101001 |
Color Harmonies of #5FB71C
Complementary color
Monochromatic Colors of #5FB71C
Black with #5FB71C
Text Example
Text Example
White with #5FB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB71C; }
p { color: rgb(95,183,28); }
H1.HeaderClassName
{
color: #5FB71C;
}
.AnyTagClassName
{
color: #5FB71C;
}
</style>
background-color css
<style>
a { background-color: #5FB71C; }
a { background-color: rgb(95,183,28); }
div.DivClassName
{
background-color: #5FB71C;
}
.BgClassName
{
background-color: #5FB71C;
}
</style>
border-color css
<style>
span { border-color: #5FB71C; }
span { border-color: rgb(95,183,28); }
td.TdClassName
{
border-color: #5FB71C;
}
.TagClassName
{
border-color: #5FB71C;
}
</style>