Shades of Pastel Green #5ADD68
Tints of Pastel Green #5ADD68
RGB
CMYK
RGB Variations
Color information
#5ADD68 (or 0x5ADD68) is known color: Pastel Green. HEX triplet: 5A, DD and 68. RGB value is (90,221,104). Sum of RGB (Red+Green+Blue) = 90+221+104=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADD68 is #A52297. Grayscale: #A8A8A8. Windows color (decimal): -10822296 or 6872410. OLE color: 6872410.
HSL color Cylindrical-coordinate representation of color #5ADD68: hue angle of 126.41º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADD68 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 104 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.13 |
| HSL | 126.41º | 0.66% | 0.61% | - |
| HSV(B) | 126.41º | 0.59% | 0.87% | - |
| XYZ | 32.57 | 54.89 | 21.97 | - |
| YUV | 168.49 | 91.6 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 104 | 0.59 | 0 | 0.53 | 0.13 | 126.41 | 0.66 | 0.61 |
| Hex | 5A | DD | 68 | 3B | 0 | 35 | D | 7E | 42 | 3D |
| Octal | 132 | 335 | 150 | 73 | 0 | 65 | 15 | 176 | 102 | 75 |
| Binary | 1011010 | 11011101 | 1101000 | 111011 | 0 | 110101 | 1101 | 1111110 | 1000010 | 111101 |
Color Harmonies of #5ADD68
Complementary color
Monochromatic Colors of #5ADD68
Black with #5ADD68
Text Example
Text Example
White with #5ADD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADD68; }
p { color: rgb(90,221,104); }
H1.HeaderClassName
{
color: #5ADD68;
}
.AnyTagClassName
{
color: #5ADD68;
}
</style>
background-color css
<style>
a { background-color: #5ADD68; }
a { background-color: rgb(90,221,104); }
div.DivClassName
{
background-color: #5ADD68;
}
.BgClassName
{
background-color: #5ADD68;
}
</style>
border-color css
<style>
span { border-color: #5ADD68; }
span { border-color: rgb(90,221,104); }
td.TdClassName
{
border-color: #5ADD68;
}
.TagClassName
{
border-color: #5ADD68;
}
</style>