Shades of Pastel Green #5EEE8A
Tints of Pastel Green #5EEE8A
RGB
CMYK
RGB Variations
Color information
#5EEE8A (or 0x5EEE8A) is known color: Pastel Green. HEX triplet: 5E, EE and 8A. RGB value is (94,238,138). Sum of RGB (Red+Green+Blue) = 94+238+138=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #5EEE8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEE8A is #A11175. Grayscale: #B7B7B7. Windows color (decimal): -10555766 or 9104990. OLE color: 9104990.
HSL color Cylindrical-coordinate representation of color #5EEE8A: hue angle of 138.33º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEE8A is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 238 | 138 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.07 |
| HSL | 138.33º | 0.81% | 0.65% | - |
| HSV(B) | 138.33º | 0.61% | 0.93% | - |
| XYZ | 39.78 | 65.36 | 34.56 | - |
| YUV | 183.54 | 102.29 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 238 | 138 | 0.61 | 0 | 0.42 | 0.07 | 138.33 | 0.81 | 0.65 |
| Hex | 5E | EE | 8A | 3D | 0 | 2A | 7 | 8A | 51 | 41 |
| Octal | 136 | 356 | 212 | 75 | 0 | 52 | 7 | 212 | 121 | 101 |
| Binary | 1011110 | 11101110 | 10001010 | 111101 | 0 | 101010 | 111 | 10001010 | 1010001 | 1000001 |
Color Harmonies of #5EEE8A
Complementary color
Monochromatic Colors of #5EEE8A
Black with #5EEE8A
Text Example
Text Example
White with #5EEE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEE8A; }
p { color: rgb(94,238,138); }
H1.HeaderClassName
{
color: #5EEE8A;
}
.AnyTagClassName
{
color: #5EEE8A;
}
</style>
background-color css
<style>
a { background-color: #5EEE8A; }
a { background-color: rgb(94,238,138); }
div.DivClassName
{
background-color: #5EEE8A;
}
.BgClassName
{
background-color: #5EEE8A;
}
</style>
border-color css
<style>
span { border-color: #5EEE8A; }
span { border-color: rgb(94,238,138); }
td.TdClassName
{
border-color: #5EEE8A;
}
.TagClassName
{
border-color: #5EEE8A;
}
</style>