Shades of Pastel Green #5FDA5E
Tints of Pastel Green #5FDA5E
RGB
CMYK
RGB Variations
Color information
#5FDA5E (or 0x5FDA5E) is known color: Pastel Green. HEX triplet: 5F, DA and 5E. RGB value is (95,218,94). Sum of RGB (Red+Green+Blue) = 95+218+94=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDA5E is #A025A1. Grayscale: #A7A7A7. Windows color (decimal): -10495394 or 6216287. OLE color: 6216287.
HSL color Cylindrical-coordinate representation of color #5FDA5E: hue angle of 119.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDA5E is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 94 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.15 |
| HSL | 119.52º | 0.63% | 0.61% | - |
| HSV(B) | 119.52º | 0.57% | 0.85% | - |
| XYZ | 31.81 | 53.38 | 19.22 | - |
| YUV | 167.09 | 86.75 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 94 | 0.56 | 0 | 0.57 | 0.15 | 119.52 | 0.63 | 0.61 |
| Hex | 5F | DA | 5E | 38 | 0 | 39 | F | 78 | 3F | 3D |
| Octal | 137 | 332 | 136 | 70 | 0 | 71 | 17 | 170 | 77 | 75 |
| Binary | 1011111 | 11011010 | 1011110 | 111000 | 0 | 111001 | 1111 | 1111000 | 111111 | 111101 |
Color Harmonies of #5FDA5E
Complementary color
Monochromatic Colors of #5FDA5E
Black with #5FDA5E
Text Example
Text Example
White with #5FDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA5E; }
p { color: rgb(95,218,94); }
H1.HeaderClassName
{
color: #5FDA5E;
}
.AnyTagClassName
{
color: #5FDA5E;
}
</style>
background-color css
<style>
a { background-color: #5FDA5E; }
a { background-color: rgb(95,218,94); }
div.DivClassName
{
background-color: #5FDA5E;
}
.BgClassName
{
background-color: #5FDA5E;
}
</style>
border-color css
<style>
span { border-color: #5FDA5E; }
span { border-color: rgb(95,218,94); }
td.TdClassName
{
border-color: #5FDA5E;
}
.TagClassName
{
border-color: #5FDA5E;
}
</style>