Shades of Pastel Green #5FF591
Tints of Pastel Green #5FF591
RGB
CMYK
RGB Variations
Color information
#5FF591 (or 0x5FF591) is known color: Pastel Green. HEX triplet: 5F, F5 and 91. RGB value is (95,245,145). Sum of RGB (Red+Green+Blue) = 95+245+145=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF591 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF591 is #A00A6E. Grayscale: #BCBCBC. Windows color (decimal): -10488431 or 9565535. OLE color: 9565535.
HSL color Cylindrical-coordinate representation of color #5FF591: hue angle of 140º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF591 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 145 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.04 |
| HSL | 140º | 0.88% | 0.67% | - |
| HSV(B) | 140º | 0.61% | 0.96% | - |
| XYZ | 42.48 | 69.78 | 38.02 | - |
| YUV | 188.75 | 103.31 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 145 | 0.61 | 0 | 0.41 | 0.04 | 140 | 0.88 | 0.67 |
| Hex | 5F | F5 | 91 | 3D | 0 | 29 | 4 | 8C | 58 | 43 |
| Octal | 137 | 365 | 221 | 75 | 0 | 51 | 4 | 214 | 130 | 103 |
| Binary | 1011111 | 11110101 | 10010001 | 111101 | 0 | 101001 | 100 | 10001100 | 1011000 | 1000011 |
Color Harmonies of #5FF591
Complementary color
Monochromatic Colors of #5FF591
Black with #5FF591
Text Example
Text Example
White with #5FF591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF591; }
p { color: rgb(95,245,145); }
H1.HeaderClassName
{
color: #5FF591;
}
.AnyTagClassName
{
color: #5FF591;
}
</style>
background-color css
<style>
a { background-color: #5FF591; }
a { background-color: rgb(95,245,145); }
div.DivClassName
{
background-color: #5FF591;
}
.BgClassName
{
background-color: #5FF591;
}
</style>
border-color css
<style>
span { border-color: #5FF591; }
span { border-color: rgb(95,245,145); }
td.TdClassName
{
border-color: #5FF591;
}
.TagClassName
{
border-color: #5FF591;
}
</style>