Shades of Kelly Green #5FC11A
Tints of Kelly Green #5FC11A
RGB
CMYK
RGB Variations
Color information
#5FC11A (or 0x5FC11A) is known color: Kelly Green. HEX triplet: 5F, C1 and 1A. RGB value is (95,193,26). Sum of RGB (Red+Green+Blue) = 95+193+26=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC11A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC11A is #A03EE5. Grayscale: #919191. Windows color (decimal): -10501862 or 1753439. OLE color: 1753439.
HSL color Cylindrical-coordinate representation of color #5FC11A: hue angle of 95.21º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FC11A is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 26 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.24 |
| HSL | 95.21º | 0.76% | 0.43% | - |
| HSV(B) | 95.21º | 0.87% | 0.76% | - |
| XYZ | 23.98 | 40.65 | 7.56 | - |
| YUV | 144.66 | 61.03 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 26 | 0.51 | 0 | 0.87 | 0.24 | 95.21 | 0.76 | 0.43 |
| Hex | 5F | C1 | 1A | 33 | 0 | 57 | 18 | 5F | 4C | 2B |
| Octal | 137 | 301 | 32 | 63 | 0 | 127 | 30 | 137 | 114 | 53 |
| Binary | 1011111 | 11000001 | 11010 | 110011 | 0 | 1010111 | 11000 | 1011111 | 1001100 | 101011 |
Color Harmonies of #5FC11A
Complementary color
Monochromatic Colors of #5FC11A
Black with #5FC11A
Text Example
Text Example
White with #5FC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC11A; }
p { color: rgb(95,193,26); }
H1.HeaderClassName
{
color: #5FC11A;
}
.AnyTagClassName
{
color: #5FC11A;
}
</style>
background-color css
<style>
a { background-color: #5FC11A; }
a { background-color: rgb(95,193,26); }
div.DivClassName
{
background-color: #5FC11A;
}
.BgClassName
{
background-color: #5FC11A;
}
</style>
border-color css
<style>
span { border-color: #5FC11A; }
span { border-color: rgb(95,193,26); }
td.TdClassName
{
border-color: #5FC11A;
}
.TagClassName
{
border-color: #5FC11A;
}
</style>