Shades of Pastel Green #5FD65E
Tints of Pastel Green #5FD65E
RGB
CMYK
RGB Variations
Color information
#5FD65E (or 0x5FD65E) is known color: Pastel Green. HEX triplet: 5F, D6 and 5E. RGB value is (95,214,94). Sum of RGB (Red+Green+Blue) = 95+214+94=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD65E is #A029A1. Grayscale: #A5A5A5. Windows color (decimal): -10496418 or 6215263. OLE color: 6215263.
HSL color Cylindrical-coordinate representation of color #5FD65E: hue angle of 119.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD65E is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 94 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.16 |
| HSL | 119.5º | 0.59% | 0.6% | - |
| HSV(B) | 119.5º | 0.56% | 0.84% | - |
| XYZ | 30.79 | 51.33 | 18.88 | - |
| YUV | 164.74 | 88.08 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 94 | 0.56 | 0 | 0.56 | 0.16 | 119.5 | 0.59 | 0.6 |
| Hex | 5F | D6 | 5E | 38 | 0 | 38 | 10 | 78 | 3B | 3C |
| Octal | 137 | 326 | 136 | 70 | 0 | 70 | 20 | 170 | 73 | 74 |
| Binary | 1011111 | 11010110 | 1011110 | 111000 | 0 | 111000 | 10000 | 1111000 | 111011 | 111100 |
Color Harmonies of #5FD65E
Complementary color
Monochromatic Colors of #5FD65E
Black with #5FD65E
Text Example
Text Example
White with #5FD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD65E; }
p { color: rgb(95,214,94); }
H1.HeaderClassName
{
color: #5FD65E;
}
.AnyTagClassName
{
color: #5FD65E;
}
</style>
background-color css
<style>
a { background-color: #5FD65E; }
a { background-color: rgb(95,214,94); }
div.DivClassName
{
background-color: #5FD65E;
}
.BgClassName
{
background-color: #5FD65E;
}
</style>
border-color css
<style>
span { border-color: #5FD65E; }
span { border-color: rgb(95,214,94); }
td.TdClassName
{
border-color: #5FD65E;
}
.TagClassName
{
border-color: #5FD65E;
}
</style>