Shades of Kelly Green #5FD71C
Tints of Kelly Green #5FD71C
RGB
CMYK
RGB Variations
Color information
#5FD71C (or 0x5FD71C) is known color: Kelly Green. HEX triplet: 5F, D7 and 1C. RGB value is (95,215,28). Sum of RGB (Red+Green+Blue) = 95+215+28=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD71C is #A028E3. Grayscale: #9E9E9E. Windows color (decimal): -10496228 or 1890143. OLE color: 1890143.
HSL color Cylindrical-coordinate representation of color #5FD71C: hue angle of 98.5º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FD71C is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 215 | 28 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.16 |
| HSL | 98.5º | 0.77% | 0.48% | - |
| HSV(B) | 98.5º | 0.87% | 0.84% | - |
| XYZ | 29.23 | 51.12 | 9.42 | - |
| YUV | 157.8 | 54.74 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 215 | 28 | 0.56 | 0 | 0.87 | 0.16 | 98.5 | 0.77 | 0.48 |
| Hex | 5F | D7 | 1C | 38 | 0 | 57 | 10 | 63 | 4D | 30 |
| Octal | 137 | 327 | 34 | 70 | 0 | 127 | 20 | 143 | 115 | 60 |
| Binary | 1011111 | 11010111 | 11100 | 111000 | 0 | 1010111 | 10000 | 1100011 | 1001101 | 110000 |
Color Harmonies of #5FD71C
Complementary color
Monochromatic Colors of #5FD71C
Black with #5FD71C
Text Example
Text Example
White with #5FD71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD71C; }
p { color: rgb(95,215,28); }
H1.HeaderClassName
{
color: #5FD71C;
}
.AnyTagClassName
{
color: #5FD71C;
}
</style>
background-color css
<style>
a { background-color: #5FD71C; }
a { background-color: rgb(95,215,28); }
div.DivClassName
{
background-color: #5FD71C;
}
.BgClassName
{
background-color: #5FD71C;
}
</style>
border-color css
<style>
span { border-color: #5FD71C; }
span { border-color: rgb(95,215,28); }
td.TdClassName
{
border-color: #5FD71C;
}
.TagClassName
{
border-color: #5FD71C;
}
</style>