Shades of Apple #5ACD50
Tints of Apple #5ACD50
RGB
CMYK
RGB Variations
Color information
#5ACD50 (or 0x5ACD50) is known color: Apple. HEX triplet: 5A, CD and 50. RGB value is (90,205,80). Sum of RGB (Red+Green+Blue) = 90+205+80=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACD50 is #A532AF. Grayscale: #9C9C9C. Windows color (decimal): -10826416 or 5295450. OLE color: 5295450.
HSL color Cylindrical-coordinate representation of color #5ACD50: hue angle of 115.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ACD50 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 80 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.20 |
| HSL | 115.2º | 0.56% | 0.56% | - |
| HSV(B) | 115.2º | 0.61% | 0.8% | - |
| XYZ | 27.5 | 46.42 | 15.1 | - |
| YUV | 156.37 | 84.9 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 80 | 0.56 | 0 | 0.61 | 0.20 | 115.2 | 0.56 | 0.56 |
| Hex | 5A | CD | 50 | 38 | 0 | 3D | 14 | 73 | 38 | 38 |
| Octal | 132 | 315 | 120 | 70 | 0 | 75 | 24 | 163 | 70 | 70 |
| Binary | 1011010 | 11001101 | 1010000 | 111000 | 0 | 111101 | 10100 | 1110011 | 111000 | 111000 |
Color Harmonies of #5ACD50
Complementary color
Monochromatic Colors of #5ACD50
Black with #5ACD50
Text Example
Text Example
White with #5ACD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD50; }
p { color: rgb(90,205,80); }
H1.HeaderClassName
{
color: #5ACD50;
}
.AnyTagClassName
{
color: #5ACD50;
}
</style>
background-color css
<style>
a { background-color: #5ACD50; }
a { background-color: rgb(90,205,80); }
div.DivClassName
{
background-color: #5ACD50;
}
.BgClassName
{
background-color: #5ACD50;
}
</style>
border-color css
<style>
span { border-color: #5ACD50; }
span { border-color: rgb(90,205,80); }
td.TdClassName
{
border-color: #5ACD50;
}
.TagClassName
{
border-color: #5ACD50;
}
</style>