Shades of Pastel Green #5FDE60
Tints of Pastel Green #5FDE60
RGB
CMYK
RGB Variations
Color information
#5FDE60 (or 0x5FDE60) is known color: Pastel Green. HEX triplet: 5F, DE and 60. RGB value is (95,222,96). Sum of RGB (Red+Green+Blue) = 95+222+96=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 222 (87.11% from 255 or 53.75% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDE60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDE60 is #A0219F. Grayscale: #AAAAAA. Windows color (decimal): -10494368 or 6348383. OLE color: 6348383.
HSL color Cylindrical-coordinate representation of color #5FDE60: hue angle of 120.47º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDE60 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 222 | 96 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.13 |
| HSL | 120.47º | 0.66% | 0.62% | - |
| HSV(B) | 120.47º | 0.57% | 0.87% | - |
| XYZ | 32.95 | 55.52 | 20.05 | - |
| YUV | 169.66 | 86.42 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 96 | 0.57 | 0 | 0.57 | 0.13 | 120.47 | 0.66 | 0.62 |
| Hex | 5F | DE | 60 | 39 | 0 | 39 | D | 78 | 42 | 3E |
| Octal | 137 | 336 | 140 | 71 | 0 | 71 | 15 | 170 | 102 | 76 |
| Binary | 1011111 | 11011110 | 1100000 | 111001 | 0 | 111001 | 1101 | 1111000 | 1000010 | 111110 |
Color Harmonies of #5FDE60
Complementary color
Monochromatic Colors of #5FDE60
Black with #5FDE60
Text Example
Text Example
White with #5FDE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDE60; }
p { color: rgb(95,222,96); }
H1.HeaderClassName
{
color: #5FDE60;
}
.AnyTagClassName
{
color: #5FDE60;
}
</style>
background-color css
<style>
a { background-color: #5FDE60; }
a { background-color: rgb(95,222,96); }
div.DivClassName
{
background-color: #5FDE60;
}
.BgClassName
{
background-color: #5FDE60;
}
</style>
border-color css
<style>
span { border-color: #5FDE60; }
span { border-color: rgb(95,222,96); }
td.TdClassName
{
border-color: #5FDE60;
}
.TagClassName
{
border-color: #5FDE60;
}
</style>