Shades of Kelly Green #5FE125
Tints of Kelly Green #5FE125
RGB
CMYK
RGB Variations
Color information
#5FE125 (or 0x5FE125) is known color: Kelly Green. HEX triplet: 5F, E1 and 25. RGB value is (95,225,37). Sum of RGB (Red+Green+Blue) = 95+225+37=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 225 (88.28% from 255 or 63.03% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE125 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE125 is #A01EDA. Grayscale: #A5A5A5. Windows color (decimal): -10493659 or 2482527. OLE color: 2482527.
HSL color Cylindrical-coordinate representation of color #5FE125: hue angle of 101.49º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FE125 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 37 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.12 |
| HSL | 101.49º | 0.76% | 0.51% | - |
| HSV(B) | 101.49º | 0.84% | 0.88% | - |
| XYZ | 31.98 | 56.42 | 10.95 | - |
| YUV | 164.7 | 55.93 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 37 | 0.58 | 0 | 0.84 | 0.12 | 101.49 | 0.76 | 0.51 |
| Hex | 5F | E1 | 25 | 3A | 0 | 54 | C | 65 | 4C | 33 |
| Octal | 137 | 341 | 45 | 72 | 0 | 124 | 14 | 145 | 114 | 63 |
| Binary | 1011111 | 11100001 | 100101 | 111010 | 0 | 1010100 | 1100 | 1100101 | 1001100 | 110011 |
Color Harmonies of #5FE125
Complementary color
Monochromatic Colors of #5FE125
Black with #5FE125
Text Example
Text Example
White with #5FE125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE125; }
p { color: rgb(95,225,37); }
H1.HeaderClassName
{
color: #5FE125;
}
.AnyTagClassName
{
color: #5FE125;
}
</style>
background-color css
<style>
a { background-color: #5FE125; }
a { background-color: rgb(95,225,37); }
div.DivClassName
{
background-color: #5FE125;
}
.BgClassName
{
background-color: #5FE125;
}
</style>
border-color css
<style>
span { border-color: #5FE125; }
span { border-color: rgb(95,225,37); }
td.TdClassName
{
border-color: #5FE125;
}
.TagClassName
{
border-color: #5FE125;
}
</style>