Shades of Apple #5AD645
Tints of Apple #5AD645
RGB
CMYK
RGB Variations
Color information
#5AD645 (or 0x5AD645) is known color: Apple. HEX triplet: 5A, D6 and 45. RGB value is (90,214,69). Sum of RGB (Red+Green+Blue) = 90+214+69=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 214 (83.98% from 255 or 57.37% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD645 is #A529BA. Grayscale: #A0A0A0. Windows color (decimal): -10824123 or 4576858. OLE color: 4576858.
HSL color Cylindrical-coordinate representation of color #5AD645: hue angle of 111.31º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AD645 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 69 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.16 |
| HSL | 111.31º | 0.64% | 0.55% | - |
| HSV(B) | 111.31º | 0.68% | 0.84% | - |
| XYZ | 29.34 | 50.7 | 13.87 | - |
| YUV | 160.39 | 76.42 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 69 | 0.58 | 0 | 0.68 | 0.16 | 111.31 | 0.64 | 0.55 |
| Hex | 5A | D6 | 45 | 3A | 0 | 44 | 10 | 6F | 40 | 37 |
| Octal | 132 | 326 | 105 | 72 | 0 | 104 | 20 | 157 | 100 | 67 |
| Binary | 1011010 | 11010110 | 1000101 | 111010 | 0 | 1000100 | 10000 | 1101111 | 1000000 | 110111 |
Color Harmonies of #5AD645
Complementary color
Monochromatic Colors of #5AD645
Black with #5AD645
Text Example
Text Example
White with #5AD645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD645; }
p { color: rgb(90,214,69); }
H1.HeaderClassName
{
color: #5AD645;
}
.AnyTagClassName
{
color: #5AD645;
}
</style>
background-color css
<style>
a { background-color: #5AD645; }
a { background-color: rgb(90,214,69); }
div.DivClassName
{
background-color: #5AD645;
}
.BgClassName
{
background-color: #5AD645;
}
</style>
border-color css
<style>
span { border-color: #5AD645; }
span { border-color: rgb(90,214,69); }
td.TdClassName
{
border-color: #5AD645;
}
.TagClassName
{
border-color: #5AD645;
}
</style>