Shades of Pastel Green #5ADB5F
Tints of Pastel Green #5ADB5F
RGB
CMYK
RGB Variations
Color information
#5ADB5F (or 0x5ADB5F) is known color: Pastel Green. HEX triplet: 5A, DB and 5F. RGB value is (90,219,95). Sum of RGB (Red+Green+Blue) = 90+219+95=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADB5F is #A524A0. Grayscale: #A6A6A6. Windows color (decimal): -10822817 or 6282074. OLE color: 6282074.
HSL color Cylindrical-coordinate representation of color #5ADB5F: hue angle of 122.33º 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 #5ADB5F is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 95 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.14 |
| HSL | 122.33º | 0.64% | 0.61% | - |
| HSV(B) | 122.33º | 0.59% | 0.86% | - |
| XYZ | 31.61 | 53.66 | 19.52 | - |
| YUV | 166.29 | 87.76 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 95 | 0.59 | 0 | 0.57 | 0.14 | 122.33 | 0.64 | 0.61 |
| Hex | 5A | DB | 5F | 3B | 0 | 39 | E | 7A | 40 | 3D |
| Octal | 132 | 333 | 137 | 73 | 0 | 71 | 16 | 172 | 100 | 75 |
| Binary | 1011010 | 11011011 | 1011111 | 111011 | 0 | 111001 | 1110 | 1111010 | 1000000 | 111101 |
Color Harmonies of #5ADB5F
Complementary color
Monochromatic Colors of #5ADB5F
Black with #5ADB5F
Text Example
Text Example
White with #5ADB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB5F; }
p { color: rgb(90,219,95); }
H1.HeaderClassName
{
color: #5ADB5F;
}
.AnyTagClassName
{
color: #5ADB5F;
}
</style>
background-color css
<style>
a { background-color: #5ADB5F; }
a { background-color: rgb(90,219,95); }
div.DivClassName
{
background-color: #5ADB5F;
}
.BgClassName
{
background-color: #5ADB5F;
}
</style>
border-color css
<style>
span { border-color: #5ADB5F; }
span { border-color: rgb(90,219,95); }
td.TdClassName
{
border-color: #5ADB5F;
}
.TagClassName
{
border-color: #5ADB5F;
}
</style>