Shades of Pastel Green #5AD960
Tints of Pastel Green #5AD960
RGB
CMYK
RGB Variations
Color information
#5AD960 (or 0x5AD960) is known color: Pastel Green. HEX triplet: 5A, D9 and 60. RGB value is (90,217,96). Sum of RGB (Red+Green+Blue) = 90+217+96=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD960 is #A5269F. Grayscale: #A5A5A5. Windows color (decimal): -10823328 or 6347098. OLE color: 6347098.
HSL color Cylindrical-coordinate representation of color #5AD960: hue angle of 122.83º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD960 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 96 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.15 |
| HSL | 122.83º | 0.63% | 0.6% | - |
| HSV(B) | 122.83º | 0.59% | 0.85% | - |
| XYZ | 31.14 | 52.64 | 19.59 | - |
| YUV | 165.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 96 | 0.59 | 0 | 0.56 | 0.15 | 122.83 | 0.63 | 0.6 |
| Hex | 5A | D9 | 60 | 3B | 0 | 38 | F | 7B | 3F | 3C |
| Octal | 132 | 331 | 140 | 73 | 0 | 70 | 17 | 173 | 77 | 74 |
| Binary | 1011010 | 11011001 | 1100000 | 111011 | 0 | 111000 | 1111 | 1111011 | 111111 | 111100 |
Color Harmonies of #5AD960
Complementary color
Monochromatic Colors of #5AD960
Black with #5AD960
Text Example
Text Example
White with #5AD960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD960; }
p { color: rgb(90,217,96); }
H1.HeaderClassName
{
color: #5AD960;
}
.AnyTagClassName
{
color: #5AD960;
}
</style>
background-color css
<style>
a { background-color: #5AD960; }
a { background-color: rgb(90,217,96); }
div.DivClassName
{
background-color: #5AD960;
}
.BgClassName
{
background-color: #5AD960;
}
</style>
border-color css
<style>
span { border-color: #5AD960; }
span { border-color: rgb(90,217,96); }
td.TdClassName
{
border-color: #5AD960;
}
.TagClassName
{
border-color: #5AD960;
}
</style>