Shades of Pastel Green #5FD855
Tints of Pastel Green #5FD855
RGB
CMYK
RGB Variations
Color information
#5FD855 (or 0x5FD855) is known color: Pastel Green. HEX triplet: 5F, D8 and 55. RGB value is (95,216,85). Sum of RGB (Red+Green+Blue) = 95+216+85=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD855 is #A027AA. Grayscale: #A5A5A5. Windows color (decimal): -10495915 or 5625951. OLE color: 5625951.
HSL color Cylindrical-coordinate representation of color #5FD855: hue angle of 115.42º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FD855 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 85 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.15 |
| HSL | 115.42º | 0.63% | 0.59% | - |
| HSV(B) | 115.42º | 0.61% | 0.85% | - |
| XYZ | 30.91 | 52.2 | 17.04 | - |
| YUV | 164.89 | 82.91 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 85 | 0.56 | 0 | 0.61 | 0.15 | 115.42 | 0.63 | 0.59 |
| Hex | 5F | D8 | 55 | 38 | 0 | 3D | F | 73 | 3F | 3B |
| Octal | 137 | 330 | 125 | 70 | 0 | 75 | 17 | 163 | 77 | 73 |
| Binary | 1011111 | 11011000 | 1010101 | 111000 | 0 | 111101 | 1111 | 1110011 | 111111 | 111011 |
Color Harmonies of #5FD855
Complementary color
Monochromatic Colors of #5FD855
Black with #5FD855
Text Example
Text Example
White with #5FD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD855; }
p { color: rgb(95,216,85); }
H1.HeaderClassName
{
color: #5FD855;
}
.AnyTagClassName
{
color: #5FD855;
}
</style>
background-color css
<style>
a { background-color: #5FD855; }
a { background-color: rgb(95,216,85); }
div.DivClassName
{
background-color: #5FD855;
}
.BgClassName
{
background-color: #5FD855;
}
</style>
border-color css
<style>
span { border-color: #5FD855; }
span { border-color: rgb(95,216,85); }
td.TdClassName
{
border-color: #5FD855;
}
.TagClassName
{
border-color: #5FD855;
}
</style>