Shades of Pastel Green #5FF48E
Tints of Pastel Green #5FF48E
RGB
CMYK
RGB Variations
Color information
#5FF48E (or 0x5FF48E) is known color: Pastel Green. HEX triplet: 5F, F4 and 8E. RGB value is (95,244,142). Sum of RGB (Red+Green+Blue) = 95+244+142=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #5FF48E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF48E is #A00B71. Grayscale: #BCBCBC. Windows color (decimal): -10488690 or 9368671. OLE color: 9368671.
HSL color Cylindrical-coordinate representation of color #5FF48E: hue angle of 138.93º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF48E is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 244 | 142 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.04 |
| HSL | 138.93º | 0.87% | 0.66% | - |
| HSV(B) | 138.93º | 0.61% | 0.96% | - |
| XYZ | 41.95 | 69.09 | 36.72 | - |
| YUV | 187.82 | 102.14 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 244 | 142 | 0.61 | 0 | 0.42 | 0.04 | 138.93 | 0.87 | 0.66 |
| Hex | 5F | F4 | 8E | 3D | 0 | 2A | 4 | 8B | 57 | 42 |
| Octal | 137 | 364 | 216 | 75 | 0 | 52 | 4 | 213 | 127 | 102 |
| Binary | 1011111 | 11110100 | 10001110 | 111101 | 0 | 101010 | 100 | 10001011 | 1010111 | 1000010 |
Color Harmonies of #5FF48E
Complementary color
Monochromatic Colors of #5FF48E
Black with #5FF48E
Text Example
Text Example
White with #5FF48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF48E; }
p { color: rgb(95,244,142); }
H1.HeaderClassName
{
color: #5FF48E;
}
.AnyTagClassName
{
color: #5FF48E;
}
</style>
background-color css
<style>
a { background-color: #5FF48E; }
a { background-color: rgb(95,244,142); }
div.DivClassName
{
background-color: #5FF48E;
}
.BgClassName
{
background-color: #5FF48E;
}
</style>
border-color css
<style>
span { border-color: #5FF48E; }
span { border-color: rgb(95,244,142); }
td.TdClassName
{
border-color: #5FF48E;
}
.TagClassName
{
border-color: #5FF48E;
}
</style>