Shades of Apple #5DB036
Tints of Apple #5DB036
RGB
CMYK
RGB Variations
Color information
#5DB036 (or 0x5DB036) is known color: Apple. HEX triplet: 5D, B0 and 36. RGB value is (93,176,54). Sum of RGB (Red+Green+Blue) = 93+176+54=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 176 (69.14% from 255 or 54.49% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB036 is #A24FC9. Grayscale: #898989. Windows color (decimal): -10637258 or 3584093. OLE color: 3584093.
HSL color Cylindrical-coordinate representation of color #5DB036: hue angle of 100.82º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DB036 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 54 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.31 |
| HSL | 100.82º | 0.53% | 0.45% | - |
| HSV(B) | 100.82º | 0.69% | 0.69% | - |
| XYZ | 20.71 | 33.64 | 8.89 | - |
| YUV | 137.28 | 81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 54 | 0.47 | 0 | 0.69 | 0.31 | 100.82 | 0.53 | 0.45 |
| Hex | 5D | B0 | 36 | 2F | 0 | 45 | 1F | 65 | 35 | 2D |
| Octal | 135 | 260 | 66 | 57 | 0 | 105 | 37 | 145 | 65 | 55 |
| Binary | 1011101 | 10110000 | 110110 | 101111 | 0 | 1000101 | 11111 | 1100101 | 110101 | 101101 |
Color Harmonies of #5DB036
Complementary color
Monochromatic Colors of #5DB036
Black with #5DB036
Text Example
Text Example
White with #5DB036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB036; }
p { color: rgb(93,176,54); }
H1.HeaderClassName
{
color: #5DB036;
}
.AnyTagClassName
{
color: #5DB036;
}
</style>
background-color css
<style>
a { background-color: #5DB036; }
a { background-color: rgb(93,176,54); }
div.DivClassName
{
background-color: #5DB036;
}
.BgClassName
{
background-color: #5DB036;
}
</style>
border-color css
<style>
span { border-color: #5DB036; }
span { border-color: rgb(93,176,54); }
td.TdClassName
{
border-color: #5DB036;
}
.TagClassName
{
border-color: #5DB036;
}
</style>