Shades of Apple #5AD04B
Tints of Apple #5AD04B
RGB
CMYK
RGB Variations
Color information
#5AD04B (or 0x5AD04B) is known color: Apple. HEX triplet: 5A, D0 and 4B. RGB value is (90,208,75). Sum of RGB (Red+Green+Blue) = 90+208+75=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD04B is #A52FB4. Grayscale: #9D9D9D. Windows color (decimal): -10825653 or 4968538. OLE color: 4968538.
HSL color Cylindrical-coordinate representation of color #5AD04B: hue angle of 113.23º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AD04B is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 75 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.18 |
| HSL | 113.23º | 0.59% | 0.55% | - |
| HSV(B) | 113.23º | 0.64% | 0.82% | - |
| XYZ | 28.04 | 47.79 | 14.4 | - |
| YUV | 157.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 75 | 0.57 | 0 | 0.64 | 0.18 | 113.23 | 0.59 | 0.55 |
| Hex | 5A | D0 | 4B | 39 | 0 | 40 | 12 | 71 | 3B | 37 |
| Octal | 132 | 320 | 113 | 71 | 0 | 100 | 22 | 161 | 73 | 67 |
| Binary | 1011010 | 11010000 | 1001011 | 111001 | 0 | 1000000 | 10010 | 1110001 | 111011 | 110111 |
Color Harmonies of #5AD04B
Complementary color
Monochromatic Colors of #5AD04B
Black with #5AD04B
Text Example
Text Example
White with #5AD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD04B; }
p { color: rgb(90,208,75); }
H1.HeaderClassName
{
color: #5AD04B;
}
.AnyTagClassName
{
color: #5AD04B;
}
</style>
background-color css
<style>
a { background-color: #5AD04B; }
a { background-color: rgb(90,208,75); }
div.DivClassName
{
background-color: #5AD04B;
}
.BgClassName
{
background-color: #5AD04B;
}
</style>
border-color css
<style>
span { border-color: #5AD04B; }
span { border-color: rgb(90,208,75); }
td.TdClassName
{
border-color: #5AD04B;
}
.TagClassName
{
border-color: #5AD04B;
}
</style>