Shades of Apple #5DB34A
Tints of Apple #5DB34A
RGB
CMYK
RGB Variations
Color information
#5DB34A (or 0x5DB34A) is known color: Apple. HEX triplet: 5D, B3 and 4A. RGB value is (93,179,74). Sum of RGB (Red+Green+Blue) = 93+179+74=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB34A is #A24CB5. Grayscale: #8D8D8D. Windows color (decimal): -10636470 or 4895581. OLE color: 4895581.
HSL color Cylindrical-coordinate representation of color #5DB34A: hue angle of 109.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DB34A is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 74 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.30 |
| HSL | 109.14º | 0.42% | 0.5% | - |
| HSV(B) | 109.14º | 0.59% | 0.7% | - |
| XYZ | 21.87 | 35.06 | 12.09 | - |
| YUV | 141.32 | 90.01 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 74 | 0.48 | 0 | 0.59 | 0.30 | 109.14 | 0.42 | 0.5 |
| Hex | 5D | B3 | 4A | 30 | 0 | 3B | 1E | 6D | 2A | 32 |
| Octal | 135 | 263 | 112 | 60 | 0 | 73 | 36 | 155 | 52 | 62 |
| Binary | 1011101 | 10110011 | 1001010 | 110000 | 0 | 111011 | 11110 | 1101101 | 101010 | 110010 |
Color Harmonies of #5DB34A
Complementary color
Monochromatic Colors of #5DB34A
Black with #5DB34A
Text Example
Text Example
White with #5DB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB34A; }
p { color: rgb(93,179,74); }
H1.HeaderClassName
{
color: #5DB34A;
}
.AnyTagClassName
{
color: #5DB34A;
}
</style>
background-color css
<style>
a { background-color: #5DB34A; }
a { background-color: rgb(93,179,74); }
div.DivClassName
{
background-color: #5DB34A;
}
.BgClassName
{
background-color: #5DB34A;
}
</style>
border-color css
<style>
span { border-color: #5DB34A; }
span { border-color: rgb(93,179,74); }
td.TdClassName
{
border-color: #5DB34A;
}
.TagClassName
{
border-color: #5DB34A;
}
</style>