Shades of Pastel Green #5FEF85
Tints of Pastel Green #5FEF85
RGB
CMYK
RGB Variations
Color information
#5FEF85 (or 0x5FEF85) is known color: Pastel Green. HEX triplet: 5F, EF and 85. RGB value is (95,239,133). Sum of RGB (Red+Green+Blue) = 95+239+133=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEF85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEF85 is #A0107A. Grayscale: #B8B8B8. Windows color (decimal): -10489979 or 8777567. OLE color: 8777567.
HSL color Cylindrical-coordinate representation of color #5FEF85: hue angle of 135.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEF85 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 133 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.06 |
| HSL | 135.83º | 0.82% | 0.65% | - |
| HSV(B) | 135.83º | 0.6% | 0.94% | - |
| XYZ | 39.82 | 65.86 | 32.8 | - |
| YUV | 183.86 | 99.29 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 133 | 0.60 | 0 | 0.44 | 0.06 | 135.83 | 0.82 | 0.65 |
| Hex | 5F | EF | 85 | 3C | 0 | 2C | 6 | 88 | 52 | 41 |
| Octal | 137 | 357 | 205 | 74 | 0 | 54 | 6 | 210 | 122 | 101 |
| Binary | 1011111 | 11101111 | 10000101 | 111100 | 0 | 101100 | 110 | 10001000 | 1010010 | 1000001 |
Color Harmonies of #5FEF85
Complementary color
Monochromatic Colors of #5FEF85
Black with #5FEF85
Text Example
Text Example
White with #5FEF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEF85; }
p { color: rgb(95,239,133); }
H1.HeaderClassName
{
color: #5FEF85;
}
.AnyTagClassName
{
color: #5FEF85;
}
</style>
background-color css
<style>
a { background-color: #5FEF85; }
a { background-color: rgb(95,239,133); }
div.DivClassName
{
background-color: #5FEF85;
}
.BgClassName
{
background-color: #5FEF85;
}
</style>
border-color css
<style>
span { border-color: #5FEF85; }
span { border-color: rgb(95,239,133); }
td.TdClassName
{
border-color: #5FEF85;
}
.TagClassName
{
border-color: #5FEF85;
}
</style>