Shades of Pastel Green #5FDA6F
Tints of Pastel Green #5FDA6F
RGB
CMYK
RGB Variations
Color information
#5FDA6F (or 0x5FDA6F) is known color: Pastel Green. HEX triplet: 5F, DA and 6F. RGB value is (95,218,111). Sum of RGB (Red+Green+Blue) = 95+218+111=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDA6F is #A02590. Grayscale: #A9A9A9. Windows color (decimal): -10495377 or 7330399. OLE color: 7330399.
HSL color Cylindrical-coordinate representation of color #5FDA6F: hue angle of 127.8º 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 #5FDA6F is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 111 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.15 |
| HSL | 127.8º | 0.62% | 0.61% | - |
| HSV(B) | 127.8º | 0.56% | 0.85% | - |
| XYZ | 32.66 | 53.72 | 23.69 | - |
| YUV | 169.03 | 95.25 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 111 | 0.56 | 0 | 0.49 | 0.15 | 127.8 | 0.62 | 0.61 |
| Hex | 5F | DA | 6F | 38 | 0 | 31 | F | 80 | 3E | 3D |
| Octal | 137 | 332 | 157 | 70 | 0 | 61 | 17 | 200 | 76 | 75 |
| Binary | 1011111 | 11011010 | 1101111 | 111000 | 0 | 110001 | 1111 | 10000000 | 111110 | 111101 |
Color Harmonies of #5FDA6F
Complementary color
Monochromatic Colors of #5FDA6F
Black with #5FDA6F
Text Example
Text Example
White with #5FDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA6F; }
p { color: rgb(95,218,111); }
H1.HeaderClassName
{
color: #5FDA6F;
}
.AnyTagClassName
{
color: #5FDA6F;
}
</style>
background-color css
<style>
a { background-color: #5FDA6F; }
a { background-color: rgb(95,218,111); }
div.DivClassName
{
background-color: #5FDA6F;
}
.BgClassName
{
background-color: #5FDA6F;
}
</style>
border-color css
<style>
span { border-color: #5FDA6F; }
span { border-color: rgb(95,218,111); }
td.TdClassName
{
border-color: #5FDA6F;
}
.TagClassName
{
border-color: #5FDA6F;
}
</style>