Shades of Kelly Green #5FE32D
Tints of Kelly Green #5FE32D
RGB
CMYK
RGB Variations
Color information
#5FE32D (or 0x5FE32D) is known color: Kelly Green. HEX triplet: 5F, E3 and 2D. RGB value is (95,227,45). Sum of RGB (Red+Green+Blue) = 95+227+45=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 227 (89.06% from 255 or 61.85% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE32D is #A01CD2. Grayscale: #A7A7A7. Windows color (decimal): -10493139 or 3007327. OLE color: 3007327.
HSL color Cylindrical-coordinate representation of color #5FE32D: hue angle of 103.52º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FE32D is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 45 | - |
| CMYK | 0.58 | 0 | 0.80 | 0.11 |
| HSL | 103.52º | 0.76% | 0.53% | - |
| HSV(B) | 103.52º | 0.8% | 0.89% | - |
| XYZ | 32.66 | 57.56 | 11.87 | - |
| YUV | 166.78 | 59.27 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 45 | 0.58 | 0 | 0.80 | 0.11 | 103.52 | 0.76 | 0.53 |
| Hex | 5F | E3 | 2D | 3A | 0 | 50 | B | 68 | 4C | 35 |
| Octal | 137 | 343 | 55 | 72 | 0 | 120 | 13 | 150 | 114 | 65 |
| Binary | 1011111 | 11100011 | 101101 | 111010 | 0 | 1010000 | 1011 | 1101000 | 1001100 | 110101 |
Color Harmonies of #5FE32D
Complementary color
Monochromatic Colors of #5FE32D
Black with #5FE32D
Text Example
Text Example
White with #5FE32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE32D; }
p { color: rgb(95,227,45); }
H1.HeaderClassName
{
color: #5FE32D;
}
.AnyTagClassName
{
color: #5FE32D;
}
</style>
background-color css
<style>
a { background-color: #5FE32D; }
a { background-color: rgb(95,227,45); }
div.DivClassName
{
background-color: #5FE32D;
}
.BgClassName
{
background-color: #5FE32D;
}
</style>
border-color css
<style>
span { border-color: #5FE32D; }
span { border-color: rgb(95,227,45); }
td.TdClassName
{
border-color: #5FE32D;
}
.TagClassName
{
border-color: #5FE32D;
}
</style>