Shades of Kelly Green #5FB80F
Tints of Kelly Green #5FB80F
RGB
CMYK
RGB Variations
Color information
#5FB80F (or 0x5FB80F) is known color: Kelly Green. HEX triplet: 5F, B8 and 0F. RGB value is (95,184,15). Sum of RGB (Red+Green+Blue) = 95+184+15=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FB80F is #A047F0. Grayscale: #8A8A8A. Windows color (decimal): -10504177 or 1030239. OLE color: 1030239.
HSL color Cylindrical-coordinate representation of color #5FB80F: hue angle of 91.6º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FB80F is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 15 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.28 |
| HSL | 91.6º | 0.85% | 0.39% | - |
| HSV(B) | 91.6º | 0.92% | 0.72% | - |
| XYZ | 21.95 | 36.75 | 6.39 | - |
| YUV | 138.12 | 58.51 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 15 | 0.48 | 0 | 0.92 | 0.28 | 91.6 | 0.85 | 0.39 |
| Hex | 5F | B8 | F | 30 | 0 | 5C | 1C | 5C | 55 | 27 |
| Octal | 137 | 270 | 17 | 60 | 0 | 134 | 34 | 134 | 125 | 47 |
| Binary | 1011111 | 10111000 | 1111 | 110000 | 0 | 1011100 | 11100 | 1011100 | 1010101 | 100111 |
Color Harmonies of #5FB80F
Complementary color
Monochromatic Colors of #5FB80F
Black with #5FB80F
Text Example
Text Example
White with #5FB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB80F; }
p { color: rgb(95,184,15); }
H1.HeaderClassName
{
color: #5FB80F;
}
.AnyTagClassName
{
color: #5FB80F;
}
</style>
background-color css
<style>
a { background-color: #5FB80F; }
a { background-color: rgb(95,184,15); }
div.DivClassName
{
background-color: #5FB80F;
}
.BgClassName
{
background-color: #5FB80F;
}
</style>
border-color css
<style>
span { border-color: #5FB80F; }
span { border-color: rgb(95,184,15); }
td.TdClassName
{
border-color: #5FB80F;
}
.TagClassName
{
border-color: #5FB80F;
}
</style>