Shades of Pastel Green #5FD963
Tints of Pastel Green #5FD963
RGB
CMYK
RGB Variations
Color information
#5FD963 (or 0x5FD963) is known color: Pastel Green. HEX triplet: 5F, D9 and 63. RGB value is (95,217,99). Sum of RGB (Red+Green+Blue) = 95+217+99=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD963 is #A0269C. Grayscale: #A7A7A7. Windows color (decimal): -10495645 or 6543711. OLE color: 6543711.
HSL color Cylindrical-coordinate representation of color #5FD963: hue angle of 121.97º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD963 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 99 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.15 |
| HSL | 121.97º | 0.62% | 0.61% | - |
| HSV(B) | 121.97º | 0.56% | 0.85% | - |
| XYZ | 31.78 | 52.96 | 20.35 | - |
| YUV | 167.07 | 89.58 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 99 | 0.56 | 0 | 0.54 | 0.15 | 121.97 | 0.62 | 0.61 |
| Hex | 5F | D9 | 63 | 38 | 0 | 36 | F | 7A | 3E | 3D |
| Octal | 137 | 331 | 143 | 70 | 0 | 66 | 17 | 172 | 76 | 75 |
| Binary | 1011111 | 11011001 | 1100011 | 111000 | 0 | 110110 | 1111 | 1111010 | 111110 | 111101 |
Color Harmonies of #5FD963
Complementary color
Monochromatic Colors of #5FD963
Black with #5FD963
Text Example
Text Example
White with #5FD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD963; }
p { color: rgb(95,217,99); }
H1.HeaderClassName
{
color: #5FD963;
}
.AnyTagClassName
{
color: #5FD963;
}
</style>
background-color css
<style>
a { background-color: #5FD963; }
a { background-color: rgb(95,217,99); }
div.DivClassName
{
background-color: #5FD963;
}
.BgClassName
{
background-color: #5FD963;
}
</style>
border-color css
<style>
span { border-color: #5FD963; }
span { border-color: rgb(95,217,99); }
td.TdClassName
{
border-color: #5FD963;
}
.TagClassName
{
border-color: #5FD963;
}
</style>