Shades of Pastel Green #5DDB5A
Tints of Pastel Green #5DDB5A
RGB
CMYK
RGB Variations
Color information
#5DDB5A (or 0x5DDB5A) is known color: Pastel Green. HEX triplet: 5D, DB and 5A. RGB value is (93,219,90). Sum of RGB (Red+Green+Blue) = 93+219+90=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 219 (85.94% from 255 or 54.48% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDB5A is #A224A5. Grayscale: #A7A7A7. Windows color (decimal): -10626214 or 5954397. OLE color: 5954397.
HSL color Cylindrical-coordinate representation of color #5DDB5A: hue angle of 118.6º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DDB5A is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 90 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.14 |
| HSL | 118.6º | 0.64% | 0.61% | - |
| HSV(B) | 118.6º | 0.59% | 0.86% | - |
| XYZ | 31.69 | 53.73 | 18.37 | - |
| YUV | 166.62 | 84.76 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 90 | 0.58 | 0 | 0.59 | 0.14 | 118.6 | 0.64 | 0.61 |
| Hex | 5D | DB | 5A | 3A | 0 | 3B | E | 77 | 40 | 3D |
| Octal | 135 | 333 | 132 | 72 | 0 | 73 | 16 | 167 | 100 | 75 |
| Binary | 1011101 | 11011011 | 1011010 | 111010 | 0 | 111011 | 1110 | 1110111 | 1000000 | 111101 |
Color Harmonies of #5DDB5A
Complementary color
Monochromatic Colors of #5DDB5A
Black with #5DDB5A
Text Example
Text Example
White with #5DDB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDB5A; }
p { color: rgb(93,219,90); }
H1.HeaderClassName
{
color: #5DDB5A;
}
.AnyTagClassName
{
color: #5DDB5A;
}
</style>
background-color css
<style>
a { background-color: #5DDB5A; }
a { background-color: rgb(93,219,90); }
div.DivClassName
{
background-color: #5DDB5A;
}
.BgClassName
{
background-color: #5DDB5A;
}
</style>
border-color css
<style>
span { border-color: #5DDB5A; }
span { border-color: rgb(93,219,90); }
td.TdClassName
{
border-color: #5DDB5A;
}
.TagClassName
{
border-color: #5DDB5A;
}
</style>