Shades of Pastel Green #5FE57D
Tints of Pastel Green #5FE57D
RGB
CMYK
RGB Variations
Color information
#5FE57D (or 0x5FE57D) is known color: Pastel Green. HEX triplet: 5F, E5 and 7D. RGB value is (95,229,125). Sum of RGB (Red+Green+Blue) = 95+229+125=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE57D is #A01A82. Grayscale: #B1B1B1. Windows color (decimal): -10492547 or 8250719. OLE color: 8250719.
HSL color Cylindrical-coordinate representation of color #5FE57D: hue angle of 133.43º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE57D is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 229 | 125 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.10 |
| HSL | 133.43º | 0.72% | 0.64% | - |
| HSV(B) | 133.43º | 0.59% | 0.9% | - |
| XYZ | 36.44 | 59.95 | 29.05 | - |
| YUV | 177.08 | 98.61 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 229 | 125 | 0.59 | 0 | 0.45 | 0.10 | 133.43 | 0.72 | 0.64 |
| Hex | 5F | E5 | 7D | 3B | 0 | 2D | A | 85 | 48 | 40 |
| Octal | 137 | 345 | 175 | 73 | 0 | 55 | 12 | 205 | 110 | 100 |
| Binary | 1011111 | 11100101 | 1111101 | 111011 | 0 | 101101 | 1010 | 10000101 | 1001000 | 1000000 |
Color Harmonies of #5FE57D
Complementary color
Monochromatic Colors of #5FE57D
Black with #5FE57D
Text Example
Text Example
White with #5FE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE57D; }
p { color: rgb(95,229,125); }
H1.HeaderClassName
{
color: #5FE57D;
}
.AnyTagClassName
{
color: #5FE57D;
}
</style>
background-color css
<style>
a { background-color: #5FE57D; }
a { background-color: rgb(95,229,125); }
div.DivClassName
{
background-color: #5FE57D;
}
.BgClassName
{
background-color: #5FE57D;
}
</style>
border-color css
<style>
span { border-color: #5FE57D; }
span { border-color: rgb(95,229,125); }
td.TdClassName
{
border-color: #5FE57D;
}
.TagClassName
{
border-color: #5FE57D;
}
</style>