Shades of Apple #5DB734
Tints of Apple #5DB734
RGB
CMYK
RGB Variations
Color information
#5DB734 (or 0x5DB734) is known color: Apple. HEX triplet: 5D, B7 and 34. RGB value is (93,183,52). Sum of RGB (Red+Green+Blue) = 93+183+52=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB734 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB734 is #A248CB. Grayscale: #8D8D8D. Windows color (decimal): -10635468 or 3454813. OLE color: 3454813.
HSL color Cylindrical-coordinate representation of color #5DB734: hue angle of 101.22º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DB734 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 183 | 52 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.28 |
| HSL | 101.22º | 0.56% | 0.46% | - |
| HSV(B) | 101.22º | 0.72% | 0.72% | - |
| XYZ | 22.07 | 36.44 | 9.12 | - |
| YUV | 141.16 | 77.68 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 52 | 0.49 | 0 | 0.72 | 0.28 | 101.22 | 0.56 | 0.46 |
| Hex | 5D | B7 | 34 | 31 | 0 | 48 | 1C | 65 | 38 | 2E |
| Octal | 135 | 267 | 64 | 61 | 0 | 110 | 34 | 145 | 70 | 56 |
| Binary | 1011101 | 10110111 | 110100 | 110001 | 0 | 1001000 | 11100 | 1100101 | 111000 | 101110 |
Color Harmonies of #5DB734
Complementary color
Monochromatic Colors of #5DB734
Black with #5DB734
Text Example
Text Example
White with #5DB734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB734; }
p { color: rgb(93,183,52); }
H1.HeaderClassName
{
color: #5DB734;
}
.AnyTagClassName
{
color: #5DB734;
}
</style>
background-color css
<style>
a { background-color: #5DB734; }
a { background-color: rgb(93,183,52); }
div.DivClassName
{
background-color: #5DB734;
}
.BgClassName
{
background-color: #5DB734;
}
</style>
border-color css
<style>
span { border-color: #5DB734; }
span { border-color: rgb(93,183,52); }
td.TdClassName
{
border-color: #5DB734;
}
.TagClassName
{
border-color: #5DB734;
}
</style>