Shades of Apple #5DA13A
Tints of Apple #5DA13A
RGB
CMYK
RGB Variations
Color information
#5DA13A (or 0x5DA13A) is known color: Apple. HEX triplet: 5D, A1 and 3A. RGB value is (93,161,58). Sum of RGB (Red+Green+Blue) = 93+161+58=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA13A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA13A is #A25EC5. Grayscale: #818181. Windows color (decimal): -10641094 or 3842397. OLE color: 3842397.
HSL color Cylindrical-coordinate representation of color #5DA13A: hue angle of 99.61º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DA13A is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 58 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.37 |
| HSL | 99.61º | 0.47% | 0.43% | - |
| HSV(B) | 99.61º | 0.64% | 0.63% | - |
| XYZ | 18.02 | 28.12 | 8.48 | - |
| YUV | 128.93 | 87.97 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 58 | 0.42 | 0 | 0.64 | 0.37 | 99.61 | 0.47 | 0.43 |
| Hex | 5D | A1 | 3A | 2A | 0 | 40 | 25 | 64 | 2F | 2B |
| Octal | 135 | 241 | 72 | 52 | 0 | 100 | 45 | 144 | 57 | 53 |
| Binary | 1011101 | 10100001 | 111010 | 101010 | 0 | 1000000 | 100101 | 1100100 | 101111 | 101011 |
Color Harmonies of #5DA13A
Complementary color
Monochromatic Colors of #5DA13A
Black with #5DA13A
Text Example
Text Example
White with #5DA13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA13A; }
p { color: rgb(93,161,58); }
H1.HeaderClassName
{
color: #5DA13A;
}
.AnyTagClassName
{
color: #5DA13A;
}
</style>
background-color css
<style>
a { background-color: #5DA13A; }
a { background-color: rgb(93,161,58); }
div.DivClassName
{
background-color: #5DA13A;
}
.BgClassName
{
background-color: #5DA13A;
}
</style>
border-color css
<style>
span { border-color: #5DA13A; }
span { border-color: rgb(93,161,58); }
td.TdClassName
{
border-color: #5DA13A;
}
.TagClassName
{
border-color: #5DA13A;
}
</style>