Shades of Kelly Green #5FC201
Tints of Kelly Green #5FC201
RGB
CMYK
RGB Variations
Color information
#5FC201 (or 0x5FC201) is known color: Kelly Green. HEX triplet: 5F, C2 and 01. RGB value is (95,194,1). Sum of RGB (Red+Green+Blue) = 95+194+1=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 194 (76.17% from 255 or 66.90% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC201 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC201 is #A03DFE. Grayscale: #8F8F8F. Windows color (decimal): -10501631 or 115295. OLE color: 115295.
HSL color Cylindrical-coordinate representation of color #5FC201: hue angle of 90.78º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FC201 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.24 |
| HSL | 90.78º | 0.99% | 0.38% | - |
| HSV(B) | 90.78º | 0.99% | 0.76% | - |
| XYZ | 24.02 | 41.02 | 6.68 | - |
| YUV | 142.4 | 48.2 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 1 | 0.51 | 0 | 0.99 | 0.24 | 90.78 | 0.99 | 0.38 |
| Hex | 5F | C2 | 1 | 33 | 0 | 63 | 18 | 5B | 63 | 26 |
| Octal | 137 | 302 | 1 | 63 | 0 | 143 | 30 | 133 | 143 | 46 |
| Binary | 1011111 | 11000010 | 1 | 110011 | 0 | 1100011 | 11000 | 1011011 | 1100011 | 100110 |
Color Harmonies of #5FC201
Complementary color
Monochromatic Colors of #5FC201
Black with #5FC201
Text Example
Text Example
White with #5FC201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC201; }
p { color: rgb(95,194,1); }
H1.HeaderClassName
{
color: #5FC201;
}
.AnyTagClassName
{
color: #5FC201;
}
</style>
background-color css
<style>
a { background-color: #5FC201; }
a { background-color: rgb(95,194,1); }
div.DivClassName
{
background-color: #5FC201;
}
.BgClassName
{
background-color: #5FC201;
}
</style>
border-color css
<style>
span { border-color: #5FC201; }
span { border-color: rgb(95,194,1); }
td.TdClassName
{
border-color: #5FC201;
}
.TagClassName
{
border-color: #5FC201;
}
</style>