Shades of Pastel Green #5EDB5C
Tints of Pastel Green #5EDB5C
RGB
CMYK
RGB Variations
Color information
#5EDB5C (or 0x5EDB5C) is known color: Pastel Green. HEX triplet: 5E, DB and 5C. RGB value is (94,219,92). Sum of RGB (Red+Green+Blue) = 94+219+92=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDB5C is #A124A3. Grayscale: #A7A7A7. Windows color (decimal): -10560676 or 6085470. OLE color: 6085470.
HSL color Cylindrical-coordinate representation of color #5EDB5C: hue angle of 119.06º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDB5C is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 92 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.14 |
| HSL | 119.06º | 0.64% | 0.61% | - |
| HSV(B) | 119.06º | 0.58% | 0.86% | - |
| XYZ | 31.88 | 53.82 | 18.83 | - |
| YUV | 167.15 | 85.59 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 92 | 0.57 | 0 | 0.58 | 0.14 | 119.06 | 0.64 | 0.61 |
| Hex | 5E | DB | 5C | 39 | 0 | 3A | E | 77 | 40 | 3D |
| Octal | 136 | 333 | 134 | 71 | 0 | 72 | 16 | 167 | 100 | 75 |
| Binary | 1011110 | 11011011 | 1011100 | 111001 | 0 | 111010 | 1110 | 1110111 | 1000000 | 111101 |
Color Harmonies of #5EDB5C
Complementary color
Monochromatic Colors of #5EDB5C
Black with #5EDB5C
Text Example
Text Example
White with #5EDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDB5C; }
p { color: rgb(94,219,92); }
H1.HeaderClassName
{
color: #5EDB5C;
}
.AnyTagClassName
{
color: #5EDB5C;
}
</style>
background-color css
<style>
a { background-color: #5EDB5C; }
a { background-color: rgb(94,219,92); }
div.DivClassName
{
background-color: #5EDB5C;
}
.BgClassName
{
background-color: #5EDB5C;
}
</style>
border-color css
<style>
span { border-color: #5EDB5C; }
span { border-color: rgb(94,219,92); }
td.TdClassName
{
border-color: #5EDB5C;
}
.TagClassName
{
border-color: #5EDB5C;
}
</style>