Shades of Pastel Green #5FEE8B
Tints of Pastel Green #5FEE8B
RGB
CMYK
RGB Variations
Color information
#5FEE8B (or 0x5FEE8B) is known color: Pastel Green. HEX triplet: 5F, EE and 8B. RGB value is (95,238,139). Sum of RGB (Red+Green+Blue) = 95+238+139=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEE8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEE8B is #A01174. Grayscale: #B8B8B8. Windows color (decimal): -10490229 or 9170527. OLE color: 9170527.
HSL color Cylindrical-coordinate representation of color #5FEE8B: hue angle of 138.46º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEE8B is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 139 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.07 |
| HSL | 138.46º | 0.81% | 0.65% | - |
| HSV(B) | 138.46º | 0.6% | 0.93% | - |
| XYZ | 39.95 | 65.45 | 34.95 | - |
| YUV | 183.96 | 102.62 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 139 | 0.60 | 0 | 0.42 | 0.07 | 138.46 | 0.81 | 0.65 |
| Hex | 5F | EE | 8B | 3C | 0 | 2A | 7 | 8A | 51 | 41 |
| Octal | 137 | 356 | 213 | 74 | 0 | 52 | 7 | 212 | 121 | 101 |
| Binary | 1011111 | 11101110 | 10001011 | 111100 | 0 | 101010 | 111 | 10001010 | 1010001 | 1000001 |
Color Harmonies of #5FEE8B
Complementary color
Monochromatic Colors of #5FEE8B
Black with #5FEE8B
Text Example
Text Example
White with #5FEE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEE8B; }
p { color: rgb(95,238,139); }
H1.HeaderClassName
{
color: #5FEE8B;
}
.AnyTagClassName
{
color: #5FEE8B;
}
</style>
background-color css
<style>
a { background-color: #5FEE8B; }
a { background-color: rgb(95,238,139); }
div.DivClassName
{
background-color: #5FEE8B;
}
.BgClassName
{
background-color: #5FEE8B;
}
</style>
border-color css
<style>
span { border-color: #5FEE8B; }
span { border-color: rgb(95,238,139); }
td.TdClassName
{
border-color: #5FEE8B;
}
.TagClassName
{
border-color: #5FEE8B;
}
</style>