Shades of Pastel Green #5BDA5E
Tints of Pastel Green #5BDA5E
RGB
CMYK
RGB Variations
Color information
#5BDA5E (or 0x5BDA5E) is known color: Pastel Green. HEX triplet: 5B, DA and 5E. RGB value is (91,218,94). Sum of RGB (Red+Green+Blue) = 91+218+94=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDA5E is #A425A1. Grayscale: #A6A6A6. Windows color (decimal): -10757538 or 6216283. OLE color: 6216283.
HSL color Cylindrical-coordinate representation of color #5BDA5E: hue angle of 121.42º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDA5E is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 94 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.15 |
| HSL | 121.42º | 0.63% | 0.61% | - |
| HSV(B) | 121.42º | 0.58% | 0.85% | - |
| XYZ | 31.41 | 53.18 | 19.2 | - |
| YUV | 165.89 | 87.42 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 94 | 0.58 | 0 | 0.57 | 0.15 | 121.42 | 0.63 | 0.61 |
| Hex | 5B | DA | 5E | 3A | 0 | 39 | F | 79 | 3F | 3D |
| Octal | 133 | 332 | 136 | 72 | 0 | 71 | 17 | 171 | 77 | 75 |
| Binary | 1011011 | 11011010 | 1011110 | 111010 | 0 | 111001 | 1111 | 1111001 | 111111 | 111101 |
Color Harmonies of #5BDA5E
Complementary color
Monochromatic Colors of #5BDA5E
Black with #5BDA5E
Text Example
Text Example
White with #5BDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA5E; }
p { color: rgb(91,218,94); }
H1.HeaderClassName
{
color: #5BDA5E;
}
.AnyTagClassName
{
color: #5BDA5E;
}
</style>
background-color css
<style>
a { background-color: #5BDA5E; }
a { background-color: rgb(91,218,94); }
div.DivClassName
{
background-color: #5BDA5E;
}
.BgClassName
{
background-color: #5BDA5E;
}
</style>
border-color css
<style>
span { border-color: #5BDA5E; }
span { border-color: rgb(91,218,94); }
td.TdClassName
{
border-color: #5BDA5E;
}
.TagClassName
{
border-color: #5BDA5E;
}
</style>