Shades of Pastel Green #5FE985
Tints of Pastel Green #5FE985
RGB
CMYK
RGB Variations
Color information
#5FE985 (or 0x5FE985) is known color: Pastel Green. HEX triplet: 5F, E9 and 85. RGB value is (95,233,133). Sum of RGB (Red+Green+Blue) = 95+233+133=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FE985 is #A0167A. Grayscale: #B4B4B4. Windows color (decimal): -10491515 or 8776031. OLE color: 8776031.
HSL color Cylindrical-coordinate representation of color #5FE985: hue angle of 136.52º degrees, saturation: 0.76, 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 #5FE985 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 233 | 133 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.09 |
| HSL | 136.52º | 0.76% | 0.64% | - |
| HSV(B) | 136.52º | 0.59% | 0.91% | - |
| XYZ | 38.09 | 62.4 | 32.23 | - |
| YUV | 180.34 | 101.28 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 233 | 133 | 0.59 | 0 | 0.43 | 0.09 | 136.52 | 0.76 | 0.64 |
| Hex | 5F | E9 | 85 | 3B | 0 | 2B | 9 | 89 | 4C | 40 |
| Octal | 137 | 351 | 205 | 73 | 0 | 53 | 11 | 211 | 114 | 100 |
| Binary | 1011111 | 11101001 | 10000101 | 111011 | 0 | 101011 | 1001 | 10001001 | 1001100 | 1000000 |
Color Harmonies of #5FE985
Complementary color
Monochromatic Colors of #5FE985
Black with #5FE985
Text Example
Text Example
White with #5FE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE985; }
p { color: rgb(95,233,133); }
H1.HeaderClassName
{
color: #5FE985;
}
.AnyTagClassName
{
color: #5FE985;
}
</style>
background-color css
<style>
a { background-color: #5FE985; }
a { background-color: rgb(95,233,133); }
div.DivClassName
{
background-color: #5FE985;
}
.BgClassName
{
background-color: #5FE985;
}
</style>
border-color css
<style>
span { border-color: #5FE985; }
span { border-color: rgb(95,233,133); }
td.TdClassName
{
border-color: #5FE985;
}
.TagClassName
{
border-color: #5FE985;
}
</style>