Shades of Apple #5DB032
Tints of Apple #5DB032
RGB
CMYK
RGB Variations
Color information
#5DB032 (or 0x5DB032) is known color: Apple. HEX triplet: 5D, B0 and 32. RGB value is (93,176,50). Sum of RGB (Red+Green+Blue) = 93+176+50=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB032 is #A24FCD. Grayscale: #898989. Windows color (decimal): -10637262 or 3321949. OLE color: 3321949.
HSL color Cylindrical-coordinate representation of color #5DB032: hue angle of 99.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DB032 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 50 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.31 |
| HSL | 99.52º | 0.56% | 0.44% | - |
| HSV(B) | 99.52º | 0.72% | 0.69% | - |
| XYZ | 20.62 | 33.61 | 8.42 | - |
| YUV | 136.82 | 79 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 50 | 0.47 | 0 | 0.72 | 0.31 | 99.52 | 0.56 | 0.44 |
| Hex | 5D | B0 | 32 | 2F | 0 | 48 | 1F | 64 | 38 | 2C |
| Octal | 135 | 260 | 62 | 57 | 0 | 110 | 37 | 144 | 70 | 54 |
| Binary | 1011101 | 10110000 | 110010 | 101111 | 0 | 1001000 | 11111 | 1100100 | 111000 | 101100 |
Color Harmonies of #5DB032
Complementary color
Monochromatic Colors of #5DB032
Black with #5DB032
Text Example
Text Example
White with #5DB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB032; }
p { color: rgb(93,176,50); }
H1.HeaderClassName
{
color: #5DB032;
}
.AnyTagClassName
{
color: #5DB032;
}
</style>
background-color css
<style>
a { background-color: #5DB032; }
a { background-color: rgb(93,176,50); }
div.DivClassName
{
background-color: #5DB032;
}
.BgClassName
{
background-color: #5DB032;
}
</style>
border-color css
<style>
span { border-color: #5DB032; }
span { border-color: rgb(93,176,50); }
td.TdClassName
{
border-color: #5DB032;
}
.TagClassName
{
border-color: #5DB032;
}
</style>