Shades of Kelly Green #5FCD2E
Tints of Kelly Green #5FCD2E
RGB
CMYK
RGB Variations
Color information
#5FCD2E (or 0x5FCD2E) is known color: Kelly Green. HEX triplet: 5F, CD and 2E. RGB value is (95,205,46). Sum of RGB (Red+Green+Blue) = 95+205+46=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 205 (80.47% from 255 or 59.25% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCD2E is #A032D1. Grayscale: #9A9A9A. Windows color (decimal): -10498770 or 3067231. OLE color: 3067231.
HSL color Cylindrical-coordinate representation of color #5FCD2E: hue angle of 101.51º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FCD2E is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 46 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.20 |
| HSL | 101.51º | 0.63% | 0.49% | - |
| HSV(B) | 101.51º | 0.78% | 0.8% | - |
| XYZ | 27.04 | 46.29 | 10.09 | - |
| YUV | 153.98 | 67.06 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 46 | 0.54 | 0 | 0.78 | 0.20 | 101.51 | 0.63 | 0.49 |
| Hex | 5F | CD | 2E | 36 | 0 | 4E | 14 | 66 | 3F | 31 |
| Octal | 137 | 315 | 56 | 66 | 0 | 116 | 24 | 146 | 77 | 61 |
| Binary | 1011111 | 11001101 | 101110 | 110110 | 0 | 1001110 | 10100 | 1100110 | 111111 | 110001 |
Color Harmonies of #5FCD2E
Complementary color
Monochromatic Colors of #5FCD2E
Black with #5FCD2E
Text Example
Text Example
White with #5FCD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD2E; }
p { color: rgb(95,205,46); }
H1.HeaderClassName
{
color: #5FCD2E;
}
.AnyTagClassName
{
color: #5FCD2E;
}
</style>
background-color css
<style>
a { background-color: #5FCD2E; }
a { background-color: rgb(95,205,46); }
div.DivClassName
{
background-color: #5FCD2E;
}
.BgClassName
{
background-color: #5FCD2E;
}
</style>
border-color css
<style>
span { border-color: #5FCD2E; }
span { border-color: rgb(95,205,46); }
td.TdClassName
{
border-color: #5FCD2E;
}
.TagClassName
{
border-color: #5FCD2E;
}
</style>