Shades of Apple #5DA23A
Tints of Apple #5DA23A
RGB
CMYK
RGB Variations
Color information
#5DA23A (or 0x5DA23A) is known color: Apple. HEX triplet: 5D, A2 and 3A. RGB value is (93,162,58). Sum of RGB (Red+Green+Blue) = 93+162+58=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA23A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA23A is #A25DC5. Grayscale: #818181. Windows color (decimal): -10640838 or 3842653. OLE color: 3842653.
HSL color Cylindrical-coordinate representation of color #5DA23A: hue angle of 99.81º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DA23A is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 162 | 58 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.36 |
| HSL | 99.81º | 0.47% | 0.43% | - |
| HSV(B) | 99.81º | 0.64% | 0.64% | - |
| XYZ | 18.2 | 28.47 | 8.54 | - |
| YUV | 129.51 | 87.64 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 58 | 0.43 | 0 | 0.64 | 0.36 | 99.81 | 0.47 | 0.43 |
| Hex | 5D | A2 | 3A | 2B | 0 | 40 | 24 | 64 | 2F | 2B |
| Octal | 135 | 242 | 72 | 53 | 0 | 100 | 44 | 144 | 57 | 53 |
| Binary | 1011101 | 10100010 | 111010 | 101011 | 0 | 1000000 | 100100 | 1100100 | 101111 | 101011 |
Color Harmonies of #5DA23A
Complementary color
Monochromatic Colors of #5DA23A
Black with #5DA23A
Text Example
Text Example
White with #5DA23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA23A; }
p { color: rgb(93,162,58); }
H1.HeaderClassName
{
color: #5DA23A;
}
.AnyTagClassName
{
color: #5DA23A;
}
</style>
background-color css
<style>
a { background-color: #5DA23A; }
a { background-color: rgb(93,162,58); }
div.DivClassName
{
background-color: #5DA23A;
}
.BgClassName
{
background-color: #5DA23A;
}
</style>
border-color css
<style>
span { border-color: #5DA23A; }
span { border-color: rgb(93,162,58); }
td.TdClassName
{
border-color: #5DA23A;
}
.TagClassName
{
border-color: #5DA23A;
}
</style>