Shades of Kelly Green #5FC701
Tints of Kelly Green #5FC701
RGB
CMYK
RGB Variations
Color information
#5FC701 (or 0x5FC701) is known color: Kelly Green. HEX triplet: 5F, C7 and 01. RGB value is (95,199,1). Sum of RGB (Red+Green+Blue) = 95+199+1=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 199 (78.12% from 255 or 67.46% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC701 is #A038FE. Grayscale: #929292. Windows color (decimal): -10500351 or 116575. OLE color: 116575.
HSL color Cylindrical-coordinate representation of color #5FC701: hue angle of 91.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FC701 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 199 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.22 |
| HSL | 91.52º | 0.99% | 0.39% | - |
| HSV(B) | 91.52º | 0.99% | 0.78% | - |
| XYZ | 25.15 | 43.28 | 7.06 | - |
| YUV | 145.33 | 46.54 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 199 | 1 | 0.52 | 0 | 0.99 | 0.22 | 91.52 | 0.99 | 0.39 |
| Hex | 5F | C7 | 1 | 34 | 0 | 63 | 16 | 5C | 63 | 27 |
| Octal | 137 | 307 | 1 | 64 | 0 | 143 | 26 | 134 | 143 | 47 |
| Binary | 1011111 | 11000111 | 1 | 110100 | 0 | 1100011 | 10110 | 1011100 | 1100011 | 100111 |
Color Harmonies of #5FC701
Complementary color
Monochromatic Colors of #5FC701
Black with #5FC701
Text Example
Text Example
White with #5FC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC701; }
p { color: rgb(95,199,1); }
H1.HeaderClassName
{
color: #5FC701;
}
.AnyTagClassName
{
color: #5FC701;
}
</style>
background-color css
<style>
a { background-color: #5FC701; }
a { background-color: rgb(95,199,1); }
div.DivClassName
{
background-color: #5FC701;
}
.BgClassName
{
background-color: #5FC701;
}
</style>
border-color css
<style>
span { border-color: #5FC701; }
span { border-color: rgb(95,199,1); }
td.TdClassName
{
border-color: #5FC701;
}
.TagClassName
{
border-color: #5FC701;
}
</style>