Shades of Pastel Green #5FE77D
Tints of Pastel Green #5FE77D
RGB
CMYK
RGB Variations
Color information
#5FE77D (or 0x5FE77D) is known color: Pastel Green. HEX triplet: 5F, E7 and 7D. RGB value is (95,231,125). Sum of RGB (Red+Green+Blue) = 95+231+125=451 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.06% from 451); Green value is 231 (90.62% from 255 or 51.22% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 231 - color contains mainly: green. Hex color #5FE77D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FE77D is #A01882. Grayscale: #B2B2B2. Windows color (decimal): -10492035 or 8251231. OLE color: 8251231.
HSL color Cylindrical-coordinate representation of color #5FE77D: hue angle of 133.24º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE77D is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 231 | 125 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.09 |
| HSL | 133.24º | 0.74% | 0.64% | - |
| HSV(B) | 133.24º | 0.59% | 0.91% | - |
| XYZ | 37 | 61.07 | 29.24 | - |
| YUV | 178.25 | 97.94 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 231 | 125 | 0.59 | 0 | 0.46 | 0.09 | 133.24 | 0.74 | 0.64 |
| Hex | 5F | E7 | 7D | 3B | 0 | 2E | 9 | 85 | 4A | 40 |
| Octal | 137 | 347 | 175 | 73 | 0 | 56 | 11 | 205 | 112 | 100 |
| Binary | 1011111 | 11100111 | 1111101 | 111011 | 0 | 101110 | 1001 | 10000101 | 1001010 | 1000000 |
Color Harmonies of #5FE77D
Complementary color
Monochromatic Colors of #5FE77D
Black with #5FE77D
Text Example
Text Example
White with #5FE77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE77D; }
p { color: rgb(95,231,125); }
H1.HeaderClassName
{
color: #5FE77D;
}
.AnyTagClassName
{
color: #5FE77D;
}
</style>
background-color css
<style>
a { background-color: #5FE77D; }
a { background-color: rgb(95,231,125); }
div.DivClassName
{
background-color: #5FE77D;
}
.BgClassName
{
background-color: #5FE77D;
}
</style>
border-color css
<style>
span { border-color: #5FE77D; }
span { border-color: rgb(95,231,125); }
td.TdClassName
{
border-color: #5FE77D;
}
.TagClassName
{
border-color: #5FE77D;
}
</style>