Shades of Kelly Green #5FB800
Tints of Kelly Green #5FB800
RGB
CMYK
RGB Variations
Color information
#5FB800 (or 0x5FB800) is known color: Kelly Green. HEX triplet: 5F, B8 and 00. RGB value is (95,184,0). Sum of RGB (Red+Green+Blue) = 95+184+0=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 184 (72.27% from 255 or 65.95% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FB800 is #A047FF. Grayscale: #898989. Windows color (decimal): -10504192 or 47199. OLE color: 47199.
HSL color Cylindrical-coordinate representation of color #5FB800: hue angle of 89.02º 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 #5FB800 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.28 |
| HSL | 89.02º | 1% | 0.36% | - |
| HSV(B) | 89.02º | 1% | 0.72% | - |
| XYZ | 21.86 | 36.71 | 5.93 | - |
| YUV | 136.41 | 51.01 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 0 | 0.48 | 0 | 1 | 0.28 | 89.02 | 1 | 0.36 |
| Hex | 5F | B8 | 0 | 30 | 0 | 64 | 1C | 59 | 64 | 24 |
| Octal | 137 | 270 | 0 | 60 | 0 | 144 | 34 | 131 | 144 | 44 |
| Binary | 1011111 | 10111000 | 0 | 110000 | 0 | 1100100 | 11100 | 1011001 | 1100100 | 100100 |
Color Harmonies of #5FB800
Complementary color
Monochromatic Colors of #5FB800
Black with #5FB800
Text Example
Text Example
White with #5FB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB800; }
p { color: rgb(95,184,0); }
H1.HeaderClassName
{
color: #5FB800;
}
.AnyTagClassName
{
color: #5FB800;
}
</style>
background-color css
<style>
a { background-color: #5FB800; }
a { background-color: rgb(95,184,0); }
div.DivClassName
{
background-color: #5FB800;
}
.BgClassName
{
background-color: #5FB800;
}
</style>
border-color css
<style>
span { border-color: #5FB800; }
span { border-color: rgb(95,184,0); }
td.TdClassName
{
border-color: #5FB800;
}
.TagClassName
{
border-color: #5FB800;
}
</style>