Shades of Apple #5DB546
Tints of Apple #5DB546
RGB
CMYK
RGB Variations
Color information
#5DB546 (or 0x5DB546) is known color: Apple. HEX triplet: 5D, B5 and 46. RGB value is (93,181,70). Sum of RGB (Red+Green+Blue) = 93+181+70=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB546 is #A24AB9. Grayscale: #8E8E8E. Windows color (decimal): -10635962 or 4633949. OLE color: 4633949.
HSL color Cylindrical-coordinate representation of color #5DB546: hue angle of 107.57º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DB546 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 70 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.29 |
| HSL | 107.57º | 0.44% | 0.49% | - |
| HSV(B) | 107.57º | 0.61% | 0.71% | - |
| XYZ | 22.14 | 35.82 | 11.54 | - |
| YUV | 142.03 | 87.35 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 70 | 0.49 | 0 | 0.61 | 0.29 | 107.57 | 0.44 | 0.49 |
| Hex | 5D | B5 | 46 | 31 | 0 | 3D | 1D | 6C | 2C | 31 |
| Octal | 135 | 265 | 106 | 61 | 0 | 75 | 35 | 154 | 54 | 61 |
| Binary | 1011101 | 10110101 | 1000110 | 110001 | 0 | 111101 | 11101 | 1101100 | 101100 | 110001 |
Color Harmonies of #5DB546
Complementary color
Monochromatic Colors of #5DB546
Black with #5DB546
Text Example
Text Example
White with #5DB546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB546; }
p { color: rgb(93,181,70); }
H1.HeaderClassName
{
color: #5DB546;
}
.AnyTagClassName
{
color: #5DB546;
}
</style>
background-color css
<style>
a { background-color: #5DB546; }
a { background-color: rgb(93,181,70); }
div.DivClassName
{
background-color: #5DB546;
}
.BgClassName
{
background-color: #5DB546;
}
</style>
border-color css
<style>
span { border-color: #5DB546; }
span { border-color: rgb(93,181,70); }
td.TdClassName
{
border-color: #5DB546;
}
.TagClassName
{
border-color: #5DB546;
}
</style>