Shades of Pastel Green #5ADE68
Tints of Pastel Green #5ADE68
RGB
CMYK
RGB Variations
Color information
#5ADE68 (or 0x5ADE68) is known color: Pastel Green. HEX triplet: 5A, DE and 68. RGB value is (90,222,104). Sum of RGB (Red+Green+Blue) = 90+222+104=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADE68 is #A52197. Grayscale: #A9A9A9. Windows color (decimal): -10822040 or 6872666. OLE color: 6872666.
HSL color Cylindrical-coordinate representation of color #5ADE68: hue angle of 126.36º degrees, saturation: 0.67, 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 #5ADE68 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 104 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.13 |
| HSL | 126.36º | 0.67% | 0.61% | - |
| HSV(B) | 126.36º | 0.59% | 0.87% | - |
| XYZ | 32.84 | 55.42 | 22.06 | - |
| YUV | 169.08 | 91.27 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 104 | 0.59 | 0 | 0.53 | 0.13 | 126.36 | 0.67 | 0.61 |
| Hex | 5A | DE | 68 | 3B | 0 | 35 | D | 7E | 43 | 3D |
| Octal | 132 | 336 | 150 | 73 | 0 | 65 | 15 | 176 | 103 | 75 |
| Binary | 1011010 | 11011110 | 1101000 | 111011 | 0 | 110101 | 1101 | 1111110 | 1000011 | 111101 |
Color Harmonies of #5ADE68
Complementary color
Monochromatic Colors of #5ADE68
Black with #5ADE68
Text Example
Text Example
White with #5ADE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADE68; }
p { color: rgb(90,222,104); }
H1.HeaderClassName
{
color: #5ADE68;
}
.AnyTagClassName
{
color: #5ADE68;
}
</style>
background-color css
<style>
a { background-color: #5ADE68; }
a { background-color: rgb(90,222,104); }
div.DivClassName
{
background-color: #5ADE68;
}
.BgClassName
{
background-color: #5ADE68;
}
</style>
border-color css
<style>
span { border-color: #5ADE68; }
span { border-color: rgb(90,222,104); }
td.TdClassName
{
border-color: #5ADE68;
}
.TagClassName
{
border-color: #5ADE68;
}
</style>