Shades of Kelly Green #5FCD25
Tints of Kelly Green #5FCD25
RGB
CMYK
RGB Variations
Color information
#5FCD25 (or 0x5FCD25) is known color: Kelly Green. HEX triplet: 5F, CD and 25. RGB value is (95,205,37). Sum of RGB (Red+Green+Blue) = 95+205+37=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCD25 is #A032DA. Grayscale: #999999. Windows color (decimal): -10498779 or 2477407. OLE color: 2477407.
HSL color Cylindrical-coordinate representation of color #5FCD25: hue angle of 99.29º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FCD25 is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 37 | - |
| CMYK | 0.54 | 0 | 0.82 | 0.20 |
| HSL | 99.29º | 0.69% | 0.47% | - |
| HSV(B) | 99.29º | 0.82% | 0.8% | - |
| XYZ | 26.88 | 46.23 | 9.26 | - |
| YUV | 152.96 | 62.56 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 37 | 0.54 | 0 | 0.82 | 0.20 | 99.29 | 0.69 | 0.47 |
| Hex | 5F | CD | 25 | 36 | 0 | 52 | 14 | 63 | 45 | 2F |
| Octal | 137 | 315 | 45 | 66 | 0 | 122 | 24 | 143 | 105 | 57 |
| Binary | 1011111 | 11001101 | 100101 | 110110 | 0 | 1010010 | 10100 | 1100011 | 1000101 | 101111 |
Color Harmonies of #5FCD25
Complementary color
Monochromatic Colors of #5FCD25
Black with #5FCD25
Text Example
Text Example
White with #5FCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD25; }
p { color: rgb(95,205,37); }
H1.HeaderClassName
{
color: #5FCD25;
}
.AnyTagClassName
{
color: #5FCD25;
}
</style>
background-color css
<style>
a { background-color: #5FCD25; }
a { background-color: rgb(95,205,37); }
div.DivClassName
{
background-color: #5FCD25;
}
.BgClassName
{
background-color: #5FCD25;
}
</style>
border-color css
<style>
span { border-color: #5FCD25; }
span { border-color: rgb(95,205,37); }
td.TdClassName
{
border-color: #5FCD25;
}
.TagClassName
{
border-color: #5FCD25;
}
</style>