Shades of Pastel Green #5EDA5E
Tints of Pastel Green #5EDA5E
RGB
CMYK
RGB Variations
Color information
#5EDA5E (or 0x5EDA5E) is known color: Pastel Green. HEX triplet: 5E, DA and 5E. RGB value is (94,218,94). Sum of RGB (Red+Green+Blue) = 94+218+94=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDA5E is #A125A1. Grayscale: #A7A7A7. Windows color (decimal): -10560930 or 6216286. OLE color: 6216286.
HSL color Cylindrical-coordinate representation of color #5EDA5E: hue angle of 120º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDA5E is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
RGB | 94 | 218 | 94 | - |
CMYK | 0.57 | 0 | 0.57 | 0.15 |
HSL | 120º | 0.63% | 0.61% | - |
HSV(B) | 120º | 0.57% | 0.85% | - |
XYZ | 31.71 | 53.33 | 19.21 | - |
YUV | 166.79 | 86.92 | 76.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 218 | 94 | 0.57 | 0 | 0.57 | 0.15 | 120 | 0.63 | 0.61 |
Hex | 5E | DA | 5E | 39 | 0 | 39 | F | 78 | 3F | 3D |
Octal | 136 | 332 | 136 | 71 | 0 | 71 | 17 | 170 | 77 | 75 |
Binary | 1011110 | 11011010 | 1011110 | 111001 | 0 | 111001 | 1111 | 1111000 | 111111 | 111101 |
Color Harmonies of #5EDA5E
Complementary color
Monochromatic Colors of #5EDA5E
Black with #5EDA5E
Text Example
Text Example
White with #5EDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDA5E; }
p { color: rgb(94,218,94); }
H1.HeaderClassName
{
color: #5EDA5E;
}
.AnyTagClassName
{
color: #5EDA5E;
}
</style>
background-color css
<style>
a { background-color: #5EDA5E; }
a { background-color: rgb(94,218,94); }
div.DivClassName
{
background-color: #5EDA5E;
}
.BgClassName
{
background-color: #5EDA5E;
}
</style>
border-color css
<style>
span { border-color: #5EDA5E; }
span { border-color: rgb(94,218,94); }
td.TdClassName
{
border-color: #5EDA5E;
}
.TagClassName
{
border-color: #5EDA5E;
}
</style>