Shades of Pastel Green #5FEE7F
Tints of Pastel Green #5FEE7F
RGB
CMYK
RGB Variations
Color information
#5FEE7F (or 0x5FEE7F) is known color: Pastel Green. HEX triplet: 5F, EE and 7F. RGB value is (95,238,127). Sum of RGB (Red+Green+Blue) = 95+238+127=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEE7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FEE7F is #A01180. Grayscale: #B6B6B6. Windows color (decimal): -10490241 or 8384095. OLE color: 8384095.
HSL color Cylindrical-coordinate representation of color #5FEE7F: hue angle of 133.43º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEE7F is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 127 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.07 |
| HSL | 133.43º | 0.81% | 0.65% | - |
| HSV(B) | 133.43º | 0.6% | 0.93% | - |
| XYZ | 39.12 | 65.11 | 30.58 | - |
| YUV | 182.59 | 96.62 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 127 | 0.60 | 0 | 0.47 | 0.07 | 133.43 | 0.81 | 0.65 |
| Hex | 5F | EE | 7F | 3C | 0 | 2F | 7 | 85 | 51 | 41 |
| Octal | 137 | 356 | 177 | 74 | 0 | 57 | 7 | 205 | 121 | 101 |
| Binary | 1011111 | 11101110 | 1111111 | 111100 | 0 | 101111 | 111 | 10000101 | 1010001 | 1000001 |
Color Harmonies of #5FEE7F
Complementary color
Monochromatic Colors of #5FEE7F
Black with #5FEE7F
Text Example
Text Example
White with #5FEE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEE7F; }
p { color: rgb(95,238,127); }
H1.HeaderClassName
{
color: #5FEE7F;
}
.AnyTagClassName
{
color: #5FEE7F;
}
</style>
background-color css
<style>
a { background-color: #5FEE7F; }
a { background-color: rgb(95,238,127); }
div.DivClassName
{
background-color: #5FEE7F;
}
.BgClassName
{
background-color: #5FEE7F;
}
</style>
border-color css
<style>
span { border-color: #5FEE7F; }
span { border-color: rgb(95,238,127); }
td.TdClassName
{
border-color: #5FEE7F;
}
.TagClassName
{
border-color: #5FEE7F;
}
</style>