Shades of Pastel Green #5FDC74
Tints of Pastel Green #5FDC74
RGB
CMYK
RGB Variations
Color information
#5FDC74 (or 0x5FDC74) is known color: Pastel Green. HEX triplet: 5F, DC and 74. RGB value is (95,220,116). Sum of RGB (Red+Green+Blue) = 95+220+116=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDC74 is #A0238B. Grayscale: #ABABAB. Windows color (decimal): -10494860 or 7658591. OLE color: 7658591.
HSL color Cylindrical-coordinate representation of color #5FDC74: hue angle of 130.08º 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 #5FDC74 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 116 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.14 |
| HSL | 130.08º | 0.64% | 0.62% | - |
| HSV(B) | 130.08º | 0.57% | 0.86% | - |
| XYZ | 33.46 | 54.88 | 25.35 | - |
| YUV | 170.77 | 97.09 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 116 | 0.57 | 0 | 0.47 | 0.14 | 130.08 | 0.64 | 0.62 |
| Hex | 5F | DC | 74 | 39 | 0 | 2F | E | 82 | 40 | 3E |
| Octal | 137 | 334 | 164 | 71 | 0 | 57 | 16 | 202 | 100 | 76 |
| Binary | 1011111 | 11011100 | 1110100 | 111001 | 0 | 101111 | 1110 | 10000010 | 1000000 | 111110 |
Color Harmonies of #5FDC74
Complementary color
Monochromatic Colors of #5FDC74
Black with #5FDC74
Text Example
Text Example
White with #5FDC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDC74; }
p { color: rgb(95,220,116); }
H1.HeaderClassName
{
color: #5FDC74;
}
.AnyTagClassName
{
color: #5FDC74;
}
</style>
background-color css
<style>
a { background-color: #5FDC74; }
a { background-color: rgb(95,220,116); }
div.DivClassName
{
background-color: #5FDC74;
}
.BgClassName
{
background-color: #5FDC74;
}
</style>
border-color css
<style>
span { border-color: #5FDC74; }
span { border-color: rgb(95,220,116); }
td.TdClassName
{
border-color: #5FDC74;
}
.TagClassName
{
border-color: #5FDC74;
}
</style>