Shades of Apple #5AD838
Tints of Apple #5AD838
RGB
CMYK
RGB Variations
Color information
#5AD838 (or 0x5AD838) is known color: Apple. HEX triplet: 5A, D8 and 38. RGB value is (90,216,56). Sum of RGB (Red+Green+Blue) = 90+216+56=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD838 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD838 is #A527C7. Grayscale: #A0A0A0. Windows color (decimal): -10823624 or 3725402. OLE color: 3725402.
HSL color Cylindrical-coordinate representation of color #5AD838: hue angle of 107.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5AD838 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 216 | 56 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.15 |
| HSL | 107.25º | 0.67% | 0.53% | - |
| HSV(B) | 107.25º | 0.74% | 0.85% | - |
| XYZ | 29.49 | 51.57 | 12.14 | - |
| YUV | 160.09 | 69.26 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 216 | 56 | 0.58 | 0 | 0.74 | 0.15 | 107.25 | 0.67 | 0.53 |
| Hex | 5A | D8 | 38 | 3A | 0 | 4A | F | 6B | 43 | 35 |
| Octal | 132 | 330 | 70 | 72 | 0 | 112 | 17 | 153 | 103 | 65 |
| Binary | 1011010 | 11011000 | 111000 | 111010 | 0 | 1001010 | 1111 | 1101011 | 1000011 | 110101 |
Color Harmonies of #5AD838
Complementary color
Monochromatic Colors of #5AD838
Black with #5AD838
Text Example
Text Example
White with #5AD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD838; }
p { color: rgb(90,216,56); }
H1.HeaderClassName
{
color: #5AD838;
}
.AnyTagClassName
{
color: #5AD838;
}
</style>
background-color css
<style>
a { background-color: #5AD838; }
a { background-color: rgb(90,216,56); }
div.DivClassName
{
background-color: #5AD838;
}
.BgClassName
{
background-color: #5AD838;
}
</style>
border-color css
<style>
span { border-color: #5AD838; }
span { border-color: rgb(90,216,56); }
td.TdClassName
{
border-color: #5AD838;
}
.TagClassName
{
border-color: #5AD838;
}
</style>