Shades of Kelly Green #5FC700
Tints of Kelly Green #5FC700
RGB
CMYK
RGB Variations
Color information
#5FC700 (or 0x5FC700) is known color: Kelly Green. HEX triplet: 5F, C7 and 00. RGB value is (95,199,0). Sum of RGB (Red+Green+Blue) = 95+199+0=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 199 (78.12% from 255 or 67.69% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC700 is #A038FF. Grayscale: #919191. Windows color (decimal): -10500352 or 51039. OLE color: 51039.
HSL color Cylindrical-coordinate representation of color #5FC700: hue angle of 91.36º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FC700 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 199 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.22 |
| HSL | 91.36º | 1% | 0.39% | - |
| HSV(B) | 91.36º | 1% | 0.78% | - |
| XYZ | 25.14 | 43.28 | 7.03 | - |
| YUV | 145.22 | 46.04 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 199 | 0 | 0.52 | 0 | 1 | 0.22 | 91.36 | 1 | 0.39 |
| Hex | 5F | C7 | 0 | 34 | 0 | 64 | 16 | 5B | 64 | 27 |
| Octal | 137 | 307 | 0 | 64 | 0 | 144 | 26 | 133 | 144 | 47 |
| Binary | 1011111 | 11000111 | 0 | 110100 | 0 | 1100100 | 10110 | 1011011 | 1100100 | 100111 |
Color Harmonies of #5FC700
Complementary color
Monochromatic Colors of #5FC700
Black with #5FC700
Text Example
Text Example
White with #5FC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC700; }
p { color: rgb(95,199,0); }
H1.HeaderClassName
{
color: #5FC700;
}
.AnyTagClassName
{
color: #5FC700;
}
</style>
background-color css
<style>
a { background-color: #5FC700; }
a { background-color: rgb(95,199,0); }
div.DivClassName
{
background-color: #5FC700;
}
.BgClassName
{
background-color: #5FC700;
}
</style>
border-color css
<style>
span { border-color: #5FC700; }
span { border-color: rgb(95,199,0); }
td.TdClassName
{
border-color: #5FC700;
}
.TagClassName
{
border-color: #5FC700;
}
</style>