Shades of Apple #5AD738
Tints of Apple #5AD738
RGB
CMYK
RGB Variations
Color information
#5AD738 (or 0x5AD738) is known color: Apple. HEX triplet: 5A, D7 and 38. RGB value is (90,215,56). Sum of RGB (Red+Green+Blue) = 90+215+56=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD738 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD738 is #A528C7. Grayscale: #A0A0A0. Windows color (decimal): -10823880 or 3725146. OLE color: 3725146.
HSL color Cylindrical-coordinate representation of color #5AD738: hue angle of 107.17º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5AD738 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 56 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.16 |
| HSL | 107.17º | 0.67% | 0.53% | - |
| HSV(B) | 107.17º | 0.74% | 0.84% | - |
| XYZ | 29.23 | 51.06 | 12.06 | - |
| YUV | 159.5 | 69.59 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 56 | 0.58 | 0 | 0.74 | 0.16 | 107.17 | 0.67 | 0.53 |
| Hex | 5A | D7 | 38 | 3A | 0 | 4A | 10 | 6B | 43 | 35 |
| Octal | 132 | 327 | 70 | 72 | 0 | 112 | 20 | 153 | 103 | 65 |
| Binary | 1011010 | 11010111 | 111000 | 111010 | 0 | 1001010 | 10000 | 1101011 | 1000011 | 110101 |
Color Harmonies of #5AD738
Complementary color
Monochromatic Colors of #5AD738
Black with #5AD738
Text Example
Text Example
White with #5AD738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD738; }
p { color: rgb(90,215,56); }
H1.HeaderClassName
{
color: #5AD738;
}
.AnyTagClassName
{
color: #5AD738;
}
</style>
background-color css
<style>
a { background-color: #5AD738; }
a { background-color: rgb(90,215,56); }
div.DivClassName
{
background-color: #5AD738;
}
.BgClassName
{
background-color: #5AD738;
}
</style>
border-color css
<style>
span { border-color: #5AD738; }
span { border-color: rgb(90,215,56); }
td.TdClassName
{
border-color: #5AD738;
}
.TagClassName
{
border-color: #5AD738;
}
</style>