Shades of Pastel Green #5FE165
Tints of Pastel Green #5FE165
RGB
CMYK
RGB Variations
Color information
#5FE165 (or 0x5FE165) is known color: Pastel Green. HEX triplet: 5F, E1 and 65. RGB value is (95,225,101). Sum of RGB (Red+Green+Blue) = 95+225+101=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE165 is #A01E9A. Grayscale: #ACACAC. Windows color (decimal): -10493595 or 6676831. OLE color: 6676831.
HSL color Cylindrical-coordinate representation of color #5FE165: hue angle of 122.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE165 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 101 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.12 |
| HSL | 122.77º | 0.68% | 0.63% | - |
| HSV(B) | 122.77º | 0.58% | 0.88% | - |
| XYZ | 33.99 | 57.22 | 21.57 | - |
| YUV | 171.99 | 87.93 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 101 | 0.58 | 0 | 0.55 | 0.12 | 122.77 | 0.68 | 0.63 |
| Hex | 5F | E1 | 65 | 3A | 0 | 37 | C | 7B | 44 | 3F |
| Octal | 137 | 341 | 145 | 72 | 0 | 67 | 14 | 173 | 104 | 77 |
| Binary | 1011111 | 11100001 | 1100101 | 111010 | 0 | 110111 | 1100 | 1111011 | 1000100 | 111111 |
Color Harmonies of #5FE165
Complementary color
Monochromatic Colors of #5FE165
Black with #5FE165
Text Example
Text Example
White with #5FE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE165; }
p { color: rgb(95,225,101); }
H1.HeaderClassName
{
color: #5FE165;
}
.AnyTagClassName
{
color: #5FE165;
}
</style>
background-color css
<style>
a { background-color: #5FE165; }
a { background-color: rgb(95,225,101); }
div.DivClassName
{
background-color: #5FE165;
}
.BgClassName
{
background-color: #5FE165;
}
</style>
border-color css
<style>
span { border-color: #5FE165; }
span { border-color: rgb(95,225,101); }
td.TdClassName
{
border-color: #5FE165;
}
.TagClassName
{
border-color: #5FE165;
}
</style>