Shades of Apple #5DAA3D
Tints of Apple #5DAA3D
RGB
CMYK
RGB Variations
Color information
#5DAA3D (or 0x5DAA3D) is known color: Apple. HEX triplet: 5D, AA and 3D. RGB value is (93,170,61). Sum of RGB (Red+Green+Blue) = 93+170+61=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAA3D is #A255C2. Grayscale: #868686. Windows color (decimal): -10638787 or 4041309. OLE color: 4041309.
HSL color Cylindrical-coordinate representation of color #5DAA3D: hue angle of 102.39º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DAA3D is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 61 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.33 |
| HSL | 102.39º | 0.47% | 0.45% | - |
| HSV(B) | 102.39º | 0.64% | 0.67% | - |
| XYZ | 19.73 | 31.41 | 9.44 | - |
| YUV | 134.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 61 | 0.45 | 0 | 0.64 | 0.33 | 102.39 | 0.47 | 0.45 |
| Hex | 5D | AA | 3D | 2D | 0 | 40 | 21 | 66 | 2F | 2D |
| Octal | 135 | 252 | 75 | 55 | 0 | 100 | 41 | 146 | 57 | 55 |
| Binary | 1011101 | 10101010 | 111101 | 101101 | 0 | 1000000 | 100001 | 1100110 | 101111 | 101101 |
Color Harmonies of #5DAA3D
Complementary color
Monochromatic Colors of #5DAA3D
Black with #5DAA3D
Text Example
Text Example
White with #5DAA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAA3D; }
p { color: rgb(93,170,61); }
H1.HeaderClassName
{
color: #5DAA3D;
}
.AnyTagClassName
{
color: #5DAA3D;
}
</style>
background-color css
<style>
a { background-color: #5DAA3D; }
a { background-color: rgb(93,170,61); }
div.DivClassName
{
background-color: #5DAA3D;
}
.BgClassName
{
background-color: #5DAA3D;
}
</style>
border-color css
<style>
span { border-color: #5DAA3D; }
span { border-color: rgb(93,170,61); }
td.TdClassName
{
border-color: #5DAA3D;
}
.TagClassName
{
border-color: #5DAA3D;
}
</style>