Shades of Apple #5DA13C
Tints of Apple #5DA13C
RGB
CMYK
RGB Variations
Color information
#5DA13C (or 0x5DA13C) is known color: Apple. HEX triplet: 5D, A1 and 3C. RGB value is (93,161,60). Sum of RGB (Red+Green+Blue) = 93+161+60=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA13C is #A25EC3. Grayscale: #818181. Windows color (decimal): -10641092 or 3973469. OLE color: 3973469.
HSL color Cylindrical-coordinate representation of color #5DA13C: hue angle of 100.4º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DA13C is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 60 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.37 |
| HSL | 100.4º | 0.46% | 0.43% | - |
| HSV(B) | 100.4º | 0.63% | 0.63% | - |
| XYZ | 18.07 | 28.14 | 8.75 | - |
| YUV | 129.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 60 | 0.42 | 0 | 0.63 | 0.37 | 100.4 | 0.46 | 0.43 |
| Hex | 5D | A1 | 3C | 2A | 0 | 3F | 25 | 64 | 2E | 2B |
| Octal | 135 | 241 | 74 | 52 | 0 | 77 | 45 | 144 | 56 | 53 |
| Binary | 1011101 | 10100001 | 111100 | 101010 | 0 | 111111 | 100101 | 1100100 | 101110 | 101011 |
Color Harmonies of #5DA13C
Complementary color
Monochromatic Colors of #5DA13C
Black with #5DA13C
Text Example
Text Example
White with #5DA13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA13C; }
p { color: rgb(93,161,60); }
H1.HeaderClassName
{
color: #5DA13C;
}
.AnyTagClassName
{
color: #5DA13C;
}
</style>
background-color css
<style>
a { background-color: #5DA13C; }
a { background-color: rgb(93,161,60); }
div.DivClassName
{
background-color: #5DA13C;
}
.BgClassName
{
background-color: #5DA13C;
}
</style>
border-color css
<style>
span { border-color: #5DA13C; }
span { border-color: rgb(93,161,60); }
td.TdClassName
{
border-color: #5DA13C;
}
.TagClassName
{
border-color: #5DA13C;
}
</style>