Shades of Pastel Green #5FE17A
Tints of Pastel Green #5FE17A
RGB
CMYK
RGB Variations
Color information
#5FE17A (or 0x5FE17A) is known color: Pastel Green. HEX triplet: 5F, E1 and 7A. RGB value is (95,225,122). Sum of RGB (Red+Green+Blue) = 95+225+122=442 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.49% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE17A is #A01E85. Grayscale: #AEAEAE. Windows color (decimal): -10493574 or 8053087. OLE color: 8053087.
HSL color Cylindrical-coordinate representation of color #5FE17A: hue angle of 132.46º 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 #5FE17A is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 122 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.12 |
| HSL | 132.46º | 0.68% | 0.63% | - |
| HSV(B) | 132.46º | 0.58% | 0.88% | - |
| XYZ | 35.16 | 57.69 | 27.69 | - |
| YUV | 174.39 | 98.43 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 122 | 0.58 | 0 | 0.46 | 0.12 | 132.46 | 0.68 | 0.63 |
| Hex | 5F | E1 | 7A | 3A | 0 | 2E | C | 84 | 44 | 3F |
| Octal | 137 | 341 | 172 | 72 | 0 | 56 | 14 | 204 | 104 | 77 |
| Binary | 1011111 | 11100001 | 1111010 | 111010 | 0 | 101110 | 1100 | 10000100 | 1000100 | 111111 |
Color Harmonies of #5FE17A
Complementary color
Monochromatic Colors of #5FE17A
Black with #5FE17A
Text Example
Text Example
White with #5FE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE17A; }
p { color: rgb(95,225,122); }
H1.HeaderClassName
{
color: #5FE17A;
}
.AnyTagClassName
{
color: #5FE17A;
}
</style>
background-color css
<style>
a { background-color: #5FE17A; }
a { background-color: rgb(95,225,122); }
div.DivClassName
{
background-color: #5FE17A;
}
.BgClassName
{
background-color: #5FE17A;
}
</style>
border-color css
<style>
span { border-color: #5FE17A; }
span { border-color: rgb(95,225,122); }
td.TdClassName
{
border-color: #5FE17A;
}
.TagClassName
{
border-color: #5FE17A;
}
</style>