Shades of Apple #5ACD4E
Tints of Apple #5ACD4E
RGB
CMYK
RGB Variations
Color information
#5ACD4E (or 0x5ACD4E) is known color: Apple. HEX triplet: 5A, CD and 4E. RGB value is (90,205,78). Sum of RGB (Red+Green+Blue) = 90+205+78=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACD4E is #A532B1. Grayscale: #9C9C9C. Windows color (decimal): -10826418 or 5164378. OLE color: 5164378.
HSL color Cylindrical-coordinate representation of color #5ACD4E: hue angle of 114.33º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ACD4E is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 78 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.20 |
| HSL | 114.33º | 0.56% | 0.55% | - |
| HSV(B) | 114.33º | 0.62% | 0.8% | - |
| XYZ | 27.42 | 46.39 | 14.72 | - |
| YUV | 156.14 | 83.9 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 78 | 0.56 | 0 | 0.62 | 0.20 | 114.33 | 0.56 | 0.55 |
| Hex | 5A | CD | 4E | 38 | 0 | 3E | 14 | 72 | 38 | 37 |
| Octal | 132 | 315 | 116 | 70 | 0 | 76 | 24 | 162 | 70 | 67 |
| Binary | 1011010 | 11001101 | 1001110 | 111000 | 0 | 111110 | 10100 | 1110010 | 111000 | 110111 |
Color Harmonies of #5ACD4E
Complementary color
Monochromatic Colors of #5ACD4E
Black with #5ACD4E
Text Example
Text Example
White with #5ACD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD4E; }
p { color: rgb(90,205,78); }
H1.HeaderClassName
{
color: #5ACD4E;
}
.AnyTagClassName
{
color: #5ACD4E;
}
</style>
background-color css
<style>
a { background-color: #5ACD4E; }
a { background-color: rgb(90,205,78); }
div.DivClassName
{
background-color: #5ACD4E;
}
.BgClassName
{
background-color: #5ACD4E;
}
</style>
border-color css
<style>
span { border-color: #5ACD4E; }
span { border-color: rgb(90,205,78); }
td.TdClassName
{
border-color: #5ACD4E;
}
.TagClassName
{
border-color: #5ACD4E;
}
</style>