Shades of Apple #5AD448
Tints of Apple #5AD448
RGB
CMYK
RGB Variations
Color information
#5AD448 (or 0x5AD448) is known color: Apple. HEX triplet: 5A, D4 and 48. RGB value is (90,212,72). Sum of RGB (Red+Green+Blue) = 90+212+72=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #5AD448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD448 is #A52BB7. Grayscale: #9F9F9F. Windows color (decimal): -10824632 or 4772954. OLE color: 4772954.
HSL color Cylindrical-coordinate representation of color #5AD448: hue angle of 112.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AD448 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 212 | 72 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.17 |
| HSL | 112.29º | 0.62% | 0.56% | - |
| HSV(B) | 112.29º | 0.66% | 0.83% | - |
| XYZ | 28.93 | 49.73 | 14.2 | - |
| YUV | 159.56 | 78.58 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 212 | 72 | 0.58 | 0 | 0.66 | 0.17 | 112.29 | 0.62 | 0.56 |
| Hex | 5A | D4 | 48 | 3A | 0 | 42 | 11 | 70 | 3E | 38 |
| Octal | 132 | 324 | 110 | 72 | 0 | 102 | 21 | 160 | 76 | 70 |
| Binary | 1011010 | 11010100 | 1001000 | 111010 | 0 | 1000010 | 10001 | 1110000 | 111110 | 111000 |
Color Harmonies of #5AD448
Complementary color
Monochromatic Colors of #5AD448
Black with #5AD448
Text Example
Text Example
White with #5AD448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD448; }
p { color: rgb(90,212,72); }
H1.HeaderClassName
{
color: #5AD448;
}
.AnyTagClassName
{
color: #5AD448;
}
</style>
background-color css
<style>
a { background-color: #5AD448; }
a { background-color: rgb(90,212,72); }
div.DivClassName
{
background-color: #5AD448;
}
.BgClassName
{
background-color: #5AD448;
}
</style>
border-color css
<style>
span { border-color: #5AD448; }
span { border-color: rgb(90,212,72); }
td.TdClassName
{
border-color: #5AD448;
}
.TagClassName
{
border-color: #5AD448;
}
</style>