Shades of Apple #5AD73D
Tints of Apple #5AD73D
RGB
CMYK
RGB Variations
Color information
#5AD73D (or 0x5AD73D) is known color: Apple. HEX triplet: 5A, D7 and 3D. RGB value is (90,215,61). Sum of RGB (Red+Green+Blue) = 90+215+61=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 215 (84.38% from 255 or 58.74% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD73D is #A528C2. Grayscale: #A0A0A0. Windows color (decimal): -10823875 or 4052826. OLE color: 4052826.
HSL color Cylindrical-coordinate representation of color #5AD73D: hue angle of 108.7º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AD73D is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 61 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.16 |
| HSL | 108.7º | 0.66% | 0.54% | - |
| HSV(B) | 108.7º | 0.72% | 0.84% | - |
| XYZ | 29.36 | 51.11 | 12.73 | - |
| YUV | 160.07 | 72.09 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 61 | 0.58 | 0 | 0.72 | 0.16 | 108.7 | 0.66 | 0.54 |
| Hex | 5A | D7 | 3D | 3A | 0 | 48 | 10 | 6D | 42 | 36 |
| Octal | 132 | 327 | 75 | 72 | 0 | 110 | 20 | 155 | 102 | 66 |
| Binary | 1011010 | 11010111 | 111101 | 111010 | 0 | 1001000 | 10000 | 1101101 | 1000010 | 110110 |
Color Harmonies of #5AD73D
Complementary color
Monochromatic Colors of #5AD73D
Black with #5AD73D
Text Example
Text Example
White with #5AD73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD73D; }
p { color: rgb(90,215,61); }
H1.HeaderClassName
{
color: #5AD73D;
}
.AnyTagClassName
{
color: #5AD73D;
}
</style>
background-color css
<style>
a { background-color: #5AD73D; }
a { background-color: rgb(90,215,61); }
div.DivClassName
{
background-color: #5AD73D;
}
.BgClassName
{
background-color: #5AD73D;
}
</style>
border-color css
<style>
span { border-color: #5AD73D; }
span { border-color: rgb(90,215,61); }
td.TdClassName
{
border-color: #5AD73D;
}
.TagClassName
{
border-color: #5AD73D;
}
</style>