Shades of Apple #5DAF3A
Tints of Apple #5DAF3A
RGB
CMYK
RGB Variations
Color information
#5DAF3A (or 0x5DAF3A) is known color: Apple. HEX triplet: 5D, AF and 3A. RGB value is (93,175,58). Sum of RGB (Red+Green+Blue) = 93+175+58=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAF3A is #A250C5. Grayscale: #898989. Windows color (decimal): -10637510 or 3845981. OLE color: 3845981.
HSL color Cylindrical-coordinate representation of color #5DAF3A: hue angle of 102.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DAF3A is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 58 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.31 |
| HSL | 102.05º | 0.5% | 0.46% | - |
| HSV(B) | 102.05º | 0.67% | 0.69% | - |
| XYZ | 20.61 | 33.29 | 9.34 | - |
| YUV | 137.14 | 83.33 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 58 | 0.47 | 0 | 0.67 | 0.31 | 102.05 | 0.5 | 0.46 |
| Hex | 5D | AF | 3A | 2F | 0 | 43 | 1F | 66 | 32 | 2E |
| Octal | 135 | 257 | 72 | 57 | 0 | 103 | 37 | 146 | 62 | 56 |
| Binary | 1011101 | 10101111 | 111010 | 101111 | 0 | 1000011 | 11111 | 1100110 | 110010 | 101110 |
Color Harmonies of #5DAF3A
Complementary color
Monochromatic Colors of #5DAF3A
Black with #5DAF3A
Text Example
Text Example
White with #5DAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF3A; }
p { color: rgb(93,175,58); }
H1.HeaderClassName
{
color: #5DAF3A;
}
.AnyTagClassName
{
color: #5DAF3A;
}
</style>
background-color css
<style>
a { background-color: #5DAF3A; }
a { background-color: rgb(93,175,58); }
div.DivClassName
{
background-color: #5DAF3A;
}
.BgClassName
{
background-color: #5DAF3A;
}
</style>
border-color css
<style>
span { border-color: #5DAF3A; }
span { border-color: rgb(93,175,58); }
td.TdClassName
{
border-color: #5DAF3A;
}
.TagClassName
{
border-color: #5DAF3A;
}
</style>