Shades of Kelly Green #5FCD1C
Tints of Kelly Green #5FCD1C
RGB
CMYK
RGB Variations
Color information
#5FCD1C (or 0x5FCD1C) is known color: Kelly Green. HEX triplet: 5F, CD and 1C. RGB value is (95,205,28). Sum of RGB (Red+Green+Blue) = 95+205+28=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 205 (80.47% from 255 or 62.5% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCD1C is #A032E3. Grayscale: #989898. Windows color (decimal): -10498788 or 1887583. OLE color: 1887583.
HSL color Cylindrical-coordinate representation of color #5FCD1C: hue angle of 97.29º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FCD1C is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 28 | - |
| CMYK | 0.54 | 0 | 0.86 | 0.20 |
| HSL | 97.29º | 0.76% | 0.46% | - |
| HSV(B) | 97.29º | 0.86% | 0.8% | - |
| XYZ | 26.76 | 46.18 | 8.6 | - |
| YUV | 151.93 | 58.06 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 28 | 0.54 | 0 | 0.86 | 0.20 | 97.29 | 0.76 | 0.46 |
| Hex | 5F | CD | 1C | 36 | 0 | 56 | 14 | 61 | 4C | 2E |
| Octal | 137 | 315 | 34 | 66 | 0 | 126 | 24 | 141 | 114 | 56 |
| Binary | 1011111 | 11001101 | 11100 | 110110 | 0 | 1010110 | 10100 | 1100001 | 1001100 | 101110 |
Color Harmonies of #5FCD1C
Complementary color
Monochromatic Colors of #5FCD1C
Black with #5FCD1C
Text Example
Text Example
White with #5FCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD1C; }
p { color: rgb(95,205,28); }
H1.HeaderClassName
{
color: #5FCD1C;
}
.AnyTagClassName
{
color: #5FCD1C;
}
</style>
background-color css
<style>
a { background-color: #5FCD1C; }
a { background-color: rgb(95,205,28); }
div.DivClassName
{
background-color: #5FCD1C;
}
.BgClassName
{
background-color: #5FCD1C;
}
</style>
border-color css
<style>
span { border-color: #5FCD1C; }
span { border-color: rgb(95,205,28); }
td.TdClassName
{
border-color: #5FCD1C;
}
.TagClassName
{
border-color: #5FCD1C;
}
</style>