Shades of Pastel Green #5FE168
Tints of Pastel Green #5FE168
RGB
CMYK
RGB Variations
Color information
#5FE168 (or 0x5FE168) is known color: Pastel Green. HEX triplet: 5F, E1 and 68. RGB value is (95,225,104). Sum of RGB (Red+Green+Blue) = 95+225+104=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 225 (88.28% from 255 or 53.07% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE168 is #A01E97. Grayscale: #ACACAC. Windows color (decimal): -10493592 or 6873439. OLE color: 6873439.
HSL color Cylindrical-coordinate representation of color #5FE168: hue angle of 124.15º 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 #5FE168 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 104 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.12 |
| HSL | 124.15º | 0.68% | 0.63% | - |
| HSV(B) | 124.15º | 0.58% | 0.88% | - |
| XYZ | 34.14 | 57.28 | 22.35 | - |
| YUV | 172.34 | 89.43 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 104 | 0.58 | 0 | 0.54 | 0.12 | 124.15 | 0.68 | 0.63 |
| Hex | 5F | E1 | 68 | 3A | 0 | 36 | C | 7C | 44 | 3F |
| Octal | 137 | 341 | 150 | 72 | 0 | 66 | 14 | 174 | 104 | 77 |
| Binary | 1011111 | 11100001 | 1101000 | 111010 | 0 | 110110 | 1100 | 1111100 | 1000100 | 111111 |
Color Harmonies of #5FE168
Complementary color
Monochromatic Colors of #5FE168
Black with #5FE168
Text Example
Text Example
White with #5FE168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE168; }
p { color: rgb(95,225,104); }
H1.HeaderClassName
{
color: #5FE168;
}
.AnyTagClassName
{
color: #5FE168;
}
</style>
background-color css
<style>
a { background-color: #5FE168; }
a { background-color: rgb(95,225,104); }
div.DivClassName
{
background-color: #5FE168;
}
.BgClassName
{
background-color: #5FE168;
}
</style>
border-color css
<style>
span { border-color: #5FE168; }
span { border-color: rgb(95,225,104); }
td.TdClassName
{
border-color: #5FE168;
}
.TagClassName
{
border-color: #5FE168;
}
</style>