Shades of Kelly Green #5FB700
Tints of Kelly Green #5FB700
RGB
CMYK
RGB Variations
Color information
#5FB700 (or 0x5FB700) is known color: Kelly Green. HEX triplet: 5F, B7 and 00. RGB value is (95,183,0). Sum of RGB (Red+Green+Blue) = 95+183+0=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 183 (71.88% from 255 or 65.83% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FB700 is #A048FF. Grayscale: #888888. Windows color (decimal): -10504448 or 46943. OLE color: 46943.
HSL color Cylindrical-coordinate representation of color #5FB700: hue angle of 88.85º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FB700 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.28 |
| HSL | 88.85º | 1% | 0.36% | - |
| HSV(B) | 88.85º | 1% | 0.72% | - |
| XYZ | 21.65 | 36.3 | 5.87 | - |
| YUV | 135.83 | 51.35 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 0 | 0.48 | 0 | 1 | 0.28 | 88.85 | 1 | 0.36 |
| Hex | 5F | B7 | 0 | 30 | 0 | 64 | 1C | 59 | 64 | 24 |
| Octal | 137 | 267 | 0 | 60 | 0 | 144 | 34 | 131 | 144 | 44 |
| Binary | 1011111 | 10110111 | 0 | 110000 | 0 | 1100100 | 11100 | 1011001 | 1100100 | 100100 |
Color Harmonies of #5FB700
Complementary color
Monochromatic Colors of #5FB700
Black with #5FB700
Text Example
Text Example
White with #5FB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB700; }
p { color: rgb(95,183,0); }
H1.HeaderClassName
{
color: #5FB700;
}
.AnyTagClassName
{
color: #5FB700;
}
</style>
background-color css
<style>
a { background-color: #5FB700; }
a { background-color: rgb(95,183,0); }
div.DivClassName
{
background-color: #5FB700;
}
.BgClassName
{
background-color: #5FB700;
}
</style>
border-color css
<style>
span { border-color: #5FB700; }
span { border-color: rgb(95,183,0); }
td.TdClassName
{
border-color: #5FB700;
}
.TagClassName
{
border-color: #5FB700;
}
</style>