Shades of Apple #5ACC4D
Tints of Apple #5ACC4D
RGB
CMYK
RGB Variations
Color information
#5ACC4D (or 0x5ACC4D) is known color: Apple. HEX triplet: 5A, CC and 4D. RGB value is (90,204,77). Sum of RGB (Red+Green+Blue) = 90+204+77=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACC4D is #A533B2. Grayscale: #9B9B9B. Windows color (decimal): -10826675 or 5098586. OLE color: 5098586.
HSL color Cylindrical-coordinate representation of color #5ACC4D: hue angle of 113.86º degrees, saturation: 0.55, 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 #5ACC4D is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 77 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.2 |
| HSL | 113.86º | 0.55% | 0.55% | - |
| HSV(B) | 113.86º | 0.62% | 0.8% | - |
| XYZ | 27.15 | 45.9 | 14.45 | - |
| YUV | 155.44 | 83.73 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 77 | 0.56 | 0 | 0.62 | 0.2 | 113.86 | 0.55 | 0.55 |
| Hex | 5A | CC | 4D | 38 | 0 | 3E | 14 | 72 | 37 | 37 |
| Octal | 132 | 314 | 115 | 70 | 0 | 76 | 24 | 162 | 67 | 67 |
| Binary | 1011010 | 11001100 | 1001101 | 111000 | 0 | 111110 | 10100 | 1110010 | 110111 | 110111 |
Color Harmonies of #5ACC4D
Complementary color
Monochromatic Colors of #5ACC4D
Black with #5ACC4D
Text Example
Text Example
White with #5ACC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC4D; }
p { color: rgb(90,204,77); }
H1.HeaderClassName
{
color: #5ACC4D;
}
.AnyTagClassName
{
color: #5ACC4D;
}
</style>
background-color css
<style>
a { background-color: #5ACC4D; }
a { background-color: rgb(90,204,77); }
div.DivClassName
{
background-color: #5ACC4D;
}
.BgClassName
{
background-color: #5ACC4D;
}
</style>
border-color css
<style>
span { border-color: #5ACC4D; }
span { border-color: rgb(90,204,77); }
td.TdClassName
{
border-color: #5ACC4D;
}
.TagClassName
{
border-color: #5ACC4D;
}
</style>