Shades of Pastel Green #5EE06C
Tints of Pastel Green #5EE06C
RGB
CMYK
RGB Variations
Color information
#5EE06C (or 0x5EE06C) is known color: Pastel Green. HEX triplet: 5E, E0 and 6C. RGB value is (94,224,108). Sum of RGB (Red+Green+Blue) = 94+224+108=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EE06C is #A11F93. Grayscale: #ACACAC. Windows color (decimal): -10559380 or 7135326. OLE color: 7135326.
HSL color Cylindrical-coordinate representation of color #5EE06C: hue angle of 126.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE06C is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 224 | 108 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.12 |
| HSL | 126.46º | 0.68% | 0.62% | - |
| HSV(B) | 126.46º | 0.58% | 0.88% | - |
| XYZ | 33.98 | 56.77 | 23.35 | - |
| YUV | 171.91 | 91.93 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 224 | 108 | 0.58 | 0 | 0.52 | 0.12 | 126.46 | 0.68 | 0.62 |
| Hex | 5E | E0 | 6C | 3A | 0 | 34 | C | 7E | 44 | 3E |
| Octal | 136 | 340 | 154 | 72 | 0 | 64 | 14 | 176 | 104 | 76 |
| Binary | 1011110 | 11100000 | 1101100 | 111010 | 0 | 110100 | 1100 | 1111110 | 1000100 | 111110 |
Color Harmonies of #5EE06C
Complementary color
Monochromatic Colors of #5EE06C
Black with #5EE06C
Text Example
Text Example
White with #5EE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE06C; }
p { color: rgb(94,224,108); }
H1.HeaderClassName
{
color: #5EE06C;
}
.AnyTagClassName
{
color: #5EE06C;
}
</style>
background-color css
<style>
a { background-color: #5EE06C; }
a { background-color: rgb(94,224,108); }
div.DivClassName
{
background-color: #5EE06C;
}
.BgClassName
{
background-color: #5EE06C;
}
</style>
border-color css
<style>
span { border-color: #5EE06C; }
span { border-color: rgb(94,224,108); }
td.TdClassName
{
border-color: #5EE06C;
}
.TagClassName
{
border-color: #5EE06C;
}
</style>