Shades of Kelly Green #5FCD1F
Tints of Kelly Green #5FCD1F
RGB
CMYK
RGB Variations
Color information
#5FCD1F (or 0x5FCD1F) is known color: Kelly Green. HEX triplet: 5F, CD and 1F. RGB value is (95,205,31). Sum of RGB (Red+Green+Blue) = 95+205+31=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCD1F is #A032E0. Grayscale: #989898. Windows color (decimal): -10498785 or 2084191. OLE color: 2084191.
HSL color Cylindrical-coordinate representation of color #5FCD1F: hue angle of 97.93º 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 #5FCD1F is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 31 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.20 |
| HSL | 97.93º | 0.74% | 0.46% | - |
| HSV(B) | 97.93º | 0.85% | 0.8% | - |
| XYZ | 26.8 | 46.19 | 8.8 | - |
| YUV | 152.27 | 59.56 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 31 | 0.54 | 0 | 0.85 | 0.20 | 97.93 | 0.74 | 0.46 |
| Hex | 5F | CD | 1F | 36 | 0 | 55 | 14 | 62 | 4A | 2E |
| Octal | 137 | 315 | 37 | 66 | 0 | 125 | 24 | 142 | 112 | 56 |
| Binary | 1011111 | 11001101 | 11111 | 110110 | 0 | 1010101 | 10100 | 1100010 | 1001010 | 101110 |
Color Harmonies of #5FCD1F
Complementary color
Monochromatic Colors of #5FCD1F
Black with #5FCD1F
Text Example
Text Example
White with #5FCD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD1F; }
p { color: rgb(95,205,31); }
H1.HeaderClassName
{
color: #5FCD1F;
}
.AnyTagClassName
{
color: #5FCD1F;
}
</style>
background-color css
<style>
a { background-color: #5FCD1F; }
a { background-color: rgb(95,205,31); }
div.DivClassName
{
background-color: #5FCD1F;
}
.BgClassName
{
background-color: #5FCD1F;
}
</style>
border-color css
<style>
span { border-color: #5FCD1F; }
span { border-color: rgb(95,205,31); }
td.TdClassName
{
border-color: #5FCD1F;
}
.TagClassName
{
border-color: #5FCD1F;
}
</style>