Shades of Apple #5DAF34
Tints of Apple #5DAF34
RGB
CMYK
RGB Variations
Color information
#5DAF34 (or 0x5DAF34) is known color: Apple. HEX triplet: 5D, AF and 34. RGB value is (93,175,52). Sum of RGB (Red+Green+Blue) = 93+175+52=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAF34 is #A250CB. Grayscale: #888888. Windows color (decimal): -10637516 or 3452765. OLE color: 3452765.
HSL color Cylindrical-coordinate representation of color #5DAF34: hue angle of 100º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DAF34 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 52 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.31 |
| HSL | 100º | 0.54% | 0.45% | - |
| HSV(B) | 100º | 0.7% | 0.69% | - |
| XYZ | 20.46 | 33.24 | 8.59 | - |
| YUV | 136.46 | 80.33 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 52 | 0.47 | 0 | 0.70 | 0.31 | 100 | 0.54 | 0.45 |
| Hex | 5D | AF | 34 | 2F | 0 | 46 | 1F | 64 | 36 | 2D |
| Octal | 135 | 257 | 64 | 57 | 0 | 106 | 37 | 144 | 66 | 55 |
| Binary | 1011101 | 10101111 | 110100 | 101111 | 0 | 1000110 | 11111 | 1100100 | 110110 | 101101 |
Color Harmonies of #5DAF34
Complementary color
Monochromatic Colors of #5DAF34
Black with #5DAF34
Text Example
Text Example
White with #5DAF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF34; }
p { color: rgb(93,175,52); }
H1.HeaderClassName
{
color: #5DAF34;
}
.AnyTagClassName
{
color: #5DAF34;
}
</style>
background-color css
<style>
a { background-color: #5DAF34; }
a { background-color: rgb(93,175,52); }
div.DivClassName
{
background-color: #5DAF34;
}
.BgClassName
{
background-color: #5DAF34;
}
</style>
border-color css
<style>
span { border-color: #5DAF34; }
span { border-color: rgb(93,175,52); }
td.TdClassName
{
border-color: #5DAF34;
}
.TagClassName
{
border-color: #5DAF34;
}
</style>