Shades of Kelly Green #5FDA1E
Tints of Kelly Green #5FDA1E
RGB
CMYK
RGB Variations
Color information
#5FDA1E (or 0x5FDA1E) is known color: Kelly Green. HEX triplet: 5F, DA and 1E. RGB value is (95,218,30). Sum of RGB (Red+Green+Blue) = 95+218+30=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 218 (85.55% from 255 or 63.56% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDA1E is #A025E1. Grayscale: #A0A0A0. Windows color (decimal): -10495458 or 2021983. OLE color: 2021983.
HSL color Cylindrical-coordinate representation of color #5FDA1E: hue angle of 99.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FDA1E is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 30 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.15 |
| HSL | 99.26º | 0.76% | 0.49% | - |
| HSV(B) | 99.26º | 0.86% | 0.85% | - |
| XYZ | 30.03 | 52.67 | 9.81 | - |
| YUV | 159.79 | 54.75 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 30 | 0.56 | 0 | 0.86 | 0.15 | 99.26 | 0.76 | 0.49 |
| Hex | 5F | DA | 1E | 38 | 0 | 56 | F | 63 | 4C | 31 |
| Octal | 137 | 332 | 36 | 70 | 0 | 126 | 17 | 143 | 114 | 61 |
| Binary | 1011111 | 11011010 | 11110 | 111000 | 0 | 1010110 | 1111 | 1100011 | 1001100 | 110001 |
Color Harmonies of #5FDA1E
Complementary color
Monochromatic Colors of #5FDA1E
Black with #5FDA1E
Text Example
Text Example
White with #5FDA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA1E; }
p { color: rgb(95,218,30); }
H1.HeaderClassName
{
color: #5FDA1E;
}
.AnyTagClassName
{
color: #5FDA1E;
}
</style>
background-color css
<style>
a { background-color: #5FDA1E; }
a { background-color: rgb(95,218,30); }
div.DivClassName
{
background-color: #5FDA1E;
}
.BgClassName
{
background-color: #5FDA1E;
}
</style>
border-color css
<style>
span { border-color: #5FDA1E; }
span { border-color: rgb(95,218,30); }
td.TdClassName
{
border-color: #5FDA1E;
}
.TagClassName
{
border-color: #5FDA1E;
}
</style>