Shades of Pastel Green #5FDA5D
Tints of Pastel Green #5FDA5D
RGB
CMYK
RGB Variations
Color information
#5FDA5D (or 0x5FDA5D) is known color: Pastel Green. HEX triplet: 5F, DA and 5D. RGB value is (95,218,93). Sum of RGB (Red+Green+Blue) = 95+218+93=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDA5D is #A025A2. Grayscale: #A7A7A7. Windows color (decimal): -10495395 or 6150751. OLE color: 6150751.
HSL color Cylindrical-coordinate representation of color #5FDA5D: hue angle of 119.04º 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 #5FDA5D is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 93 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.15 |
| HSL | 119.04º | 0.63% | 0.61% | - |
| HSV(B) | 119.04º | 0.57% | 0.85% | - |
| XYZ | 31.77 | 53.37 | 18.98 | - |
| YUV | 166.97 | 86.25 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 93 | 0.56 | 0 | 0.57 | 0.15 | 119.04 | 0.63 | 0.61 |
| Hex | 5F | DA | 5D | 38 | 0 | 39 | F | 77 | 3F | 3D |
| Octal | 137 | 332 | 135 | 70 | 0 | 71 | 17 | 167 | 77 | 75 |
| Binary | 1011111 | 11011010 | 1011101 | 111000 | 0 | 111001 | 1111 | 1110111 | 111111 | 111101 |
Color Harmonies of #5FDA5D
Complementary color
Monochromatic Colors of #5FDA5D
Black with #5FDA5D
Text Example
Text Example
White with #5FDA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA5D; }
p { color: rgb(95,218,93); }
H1.HeaderClassName
{
color: #5FDA5D;
}
.AnyTagClassName
{
color: #5FDA5D;
}
</style>
background-color css
<style>
a { background-color: #5FDA5D; }
a { background-color: rgb(95,218,93); }
div.DivClassName
{
background-color: #5FDA5D;
}
.BgClassName
{
background-color: #5FDA5D;
}
</style>
border-color css
<style>
span { border-color: #5FDA5D; }
span { border-color: rgb(95,218,93); }
td.TdClassName
{
border-color: #5FDA5D;
}
.TagClassName
{
border-color: #5FDA5D;
}
</style>