Shades of Pastel Green #5FDC5E
Tints of Pastel Green #5FDC5E
RGB
CMYK
RGB Variations
Color information
#5FDC5E (or 0x5FDC5E) is known color: Pastel Green. HEX triplet: 5F, DC and 5E. RGB value is (95,220,94). Sum of RGB (Red+Green+Blue) = 95+220+94=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDC5E is #A023A1. Grayscale: #A8A8A8. Windows color (decimal): -10494882 or 6216799. OLE color: 6216799.
HSL color Cylindrical-coordinate representation of color #5FDC5E: hue angle of 119.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDC5E is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 94 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.14 |
| HSL | 119.52º | 0.64% | 0.62% | - |
| HSV(B) | 119.52º | 0.57% | 0.86% | - |
| XYZ | 32.33 | 54.43 | 19.39 | - |
| YUV | 168.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 94 | 0.57 | 0 | 0.57 | 0.14 | 119.52 | 0.64 | 0.62 |
| Hex | 5F | DC | 5E | 39 | 0 | 39 | E | 78 | 40 | 3E |
| Octal | 137 | 334 | 136 | 71 | 0 | 71 | 16 | 170 | 100 | 76 |
| Binary | 1011111 | 11011100 | 1011110 | 111001 | 0 | 111001 | 1110 | 1111000 | 1000000 | 111110 |
Color Harmonies of #5FDC5E
Complementary color
Monochromatic Colors of #5FDC5E
Black with #5FDC5E
Text Example
Text Example
White with #5FDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDC5E; }
p { color: rgb(95,220,94); }
H1.HeaderClassName
{
color: #5FDC5E;
}
.AnyTagClassName
{
color: #5FDC5E;
}
</style>
background-color css
<style>
a { background-color: #5FDC5E; }
a { background-color: rgb(95,220,94); }
div.DivClassName
{
background-color: #5FDC5E;
}
.BgClassName
{
background-color: #5FDC5E;
}
</style>
border-color css
<style>
span { border-color: #5FDC5E; }
span { border-color: rgb(95,220,94); }
td.TdClassName
{
border-color: #5FDC5E;
}
.TagClassName
{
border-color: #5FDC5E;
}
</style>