Shades of Apple #5DAF36
Tints of Apple #5DAF36
RGB
CMYK
RGB Variations
Color information
#5DAF36 (or 0x5DAF36) is known color: Apple. HEX triplet: 5D, AF and 36. RGB value is (93,175,54). Sum of RGB (Red+Green+Blue) = 93+175+54=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAF36 is #A250C9. Grayscale: #898989. Windows color (decimal): -10637514 or 3583837. OLE color: 3583837.
HSL color Cylindrical-coordinate representation of color #5DAF36: hue angle of 100.66º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DAF36 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 54 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.31 |
| HSL | 100.66º | 0.53% | 0.45% | - |
| HSV(B) | 100.66º | 0.69% | 0.69% | - |
| XYZ | 20.51 | 33.25 | 8.83 | - |
| YUV | 136.69 | 81.33 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 54 | 0.47 | 0 | 0.69 | 0.31 | 100.66 | 0.53 | 0.45 |
| Hex | 5D | AF | 36 | 2F | 0 | 45 | 1F | 65 | 35 | 2D |
| Octal | 135 | 257 | 66 | 57 | 0 | 105 | 37 | 145 | 65 | 55 |
| Binary | 1011101 | 10101111 | 110110 | 101111 | 0 | 1000101 | 11111 | 1100101 | 110101 | 101101 |
Color Harmonies of #5DAF36
Complementary color
Monochromatic Colors of #5DAF36
Black with #5DAF36
Text Example
Text Example
White with #5DAF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF36; }
p { color: rgb(93,175,54); }
H1.HeaderClassName
{
color: #5DAF36;
}
.AnyTagClassName
{
color: #5DAF36;
}
</style>
background-color css
<style>
a { background-color: #5DAF36; }
a { background-color: rgb(93,175,54); }
div.DivClassName
{
background-color: #5DAF36;
}
.BgClassName
{
background-color: #5DAF36;
}
</style>
border-color css
<style>
span { border-color: #5DAF36; }
span { border-color: rgb(93,175,54); }
td.TdClassName
{
border-color: #5DAF36;
}
.TagClassName
{
border-color: #5DAF36;
}
</style>