Shades of Kelly Green #5FCC1E
Tints of Kelly Green #5FCC1E
RGB
CMYK
RGB Variations
Color information
#5FCC1E (or 0x5FCC1E) is known color: Kelly Green. HEX triplet: 5F, CC and 1E. RGB value is (95,204,30). Sum of RGB (Red+Green+Blue) = 95+204+30=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 204 (80.08% from 255 or 62.01% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCC1E is #A033E1. Grayscale: #989898. Windows color (decimal): -10499042 or 2018399. OLE color: 2018399.
HSL color Cylindrical-coordinate representation of color #5FCC1E: hue angle of 97.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FCC1E is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 30 | - |
| CMYK | 0.53 | 0 | 0.85 | 0.2 |
| HSL | 97.59º | 0.74% | 0.46% | - |
| HSV(B) | 97.59º | 0.85% | 0.8% | - |
| XYZ | 26.55 | 45.71 | 8.65 | - |
| YUV | 151.57 | 59.39 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 30 | 0.53 | 0 | 0.85 | 0.2 | 97.59 | 0.74 | 0.46 |
| Hex | 5F | CC | 1E | 35 | 0 | 55 | 14 | 62 | 4A | 2E |
| Octal | 137 | 314 | 36 | 65 | 0 | 125 | 24 | 142 | 112 | 56 |
| Binary | 1011111 | 11001100 | 11110 | 110101 | 0 | 1010101 | 10100 | 1100010 | 1001010 | 101110 |
Color Harmonies of #5FCC1E
Complementary color
Monochromatic Colors of #5FCC1E
Black with #5FCC1E
Text Example
Text Example
White with #5FCC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC1E; }
p { color: rgb(95,204,30); }
H1.HeaderClassName
{
color: #5FCC1E;
}
.AnyTagClassName
{
color: #5FCC1E;
}
</style>
background-color css
<style>
a { background-color: #5FCC1E; }
a { background-color: rgb(95,204,30); }
div.DivClassName
{
background-color: #5FCC1E;
}
.BgClassName
{
background-color: #5FCC1E;
}
</style>
border-color css
<style>
span { border-color: #5FCC1E; }
span { border-color: rgb(95,204,30); }
td.TdClassName
{
border-color: #5FCC1E;
}
.TagClassName
{
border-color: #5FCC1E;
}
</style>