Shades of Apple #5DAA35
Tints of Apple #5DAA35
RGB
CMYK
RGB Variations
Color information
#5DAA35 (or 0x5DAA35) is known color: Apple. HEX triplet: 5D, AA and 35. RGB value is (93,170,53). Sum of RGB (Red+Green+Blue) = 93+170+53=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAA35 is #A255CA. Grayscale: #868686. Windows color (decimal): -10638795 or 3517021. OLE color: 3517021.
HSL color Cylindrical-coordinate representation of color #5DAA35: hue angle of 99.49º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DAA35 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 53 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.33 |
| HSL | 99.49º | 0.52% | 0.44% | - |
| HSV(B) | 99.49º | 0.69% | 0.67% | - |
| XYZ | 19.53 | 31.33 | 8.39 | - |
| YUV | 133.64 | 82.49 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 53 | 0.45 | 0 | 0.69 | 0.33 | 99.49 | 0.52 | 0.44 |
| Hex | 5D | AA | 35 | 2D | 0 | 45 | 21 | 63 | 34 | 2C |
| Octal | 135 | 252 | 65 | 55 | 0 | 105 | 41 | 143 | 64 | 54 |
| Binary | 1011101 | 10101010 | 110101 | 101101 | 0 | 1000101 | 100001 | 1100011 | 110100 | 101100 |
Color Harmonies of #5DAA35
Complementary color
Monochromatic Colors of #5DAA35
Black with #5DAA35
Text Example
Text Example
White with #5DAA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAA35; }
p { color: rgb(93,170,53); }
H1.HeaderClassName
{
color: #5DAA35;
}
.AnyTagClassName
{
color: #5DAA35;
}
</style>
background-color css
<style>
a { background-color: #5DAA35; }
a { background-color: rgb(93,170,53); }
div.DivClassName
{
background-color: #5DAA35;
}
.BgClassName
{
background-color: #5DAA35;
}
</style>
border-color css
<style>
span { border-color: #5DAA35; }
span { border-color: rgb(93,170,53); }
td.TdClassName
{
border-color: #5DAA35;
}
.TagClassName
{
border-color: #5DAA35;
}
</style>