Shades of Apple #5DB832
Tints of Apple #5DB832
RGB
CMYK
RGB Variations
Color information
#5DB832 (or 0x5DB832) is known color: Apple. HEX triplet: 5D, B8 and 32. RGB value is (93,184,50). Sum of RGB (Red+Green+Blue) = 93+184+50=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 184 (72.27% from 255 or 56.27% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB832 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB832 is #A247CD. Grayscale: #8D8D8D. Windows color (decimal): -10635214 or 3323997. OLE color: 3323997.
HSL color Cylindrical-coordinate representation of color #5DB832: hue angle of 100.75º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DB832 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 50 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.28 |
| HSL | 100.75º | 0.57% | 0.46% | - |
| HSV(B) | 100.75º | 0.73% | 0.72% | - |
| XYZ | 22.23 | 36.84 | 8.96 | - |
| YUV | 141.52 | 76.35 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 50 | 0.49 | 0 | 0.73 | 0.28 | 100.75 | 0.57 | 0.46 |
| Hex | 5D | B8 | 32 | 31 | 0 | 49 | 1C | 65 | 39 | 2E |
| Octal | 135 | 270 | 62 | 61 | 0 | 111 | 34 | 145 | 71 | 56 |
| Binary | 1011101 | 10111000 | 110010 | 110001 | 0 | 1001001 | 11100 | 1100101 | 111001 | 101110 |
Color Harmonies of #5DB832
Complementary color
Monochromatic Colors of #5DB832
Black with #5DB832
Text Example
Text Example
White with #5DB832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB832; }
p { color: rgb(93,184,50); }
H1.HeaderClassName
{
color: #5DB832;
}
.AnyTagClassName
{
color: #5DB832;
}
</style>
background-color css
<style>
a { background-color: #5DB832; }
a { background-color: rgb(93,184,50); }
div.DivClassName
{
background-color: #5DB832;
}
.BgClassName
{
background-color: #5DB832;
}
</style>
border-color css
<style>
span { border-color: #5DB832; }
span { border-color: rgb(93,184,50); }
td.TdClassName
{
border-color: #5DB832;
}
.TagClassName
{
border-color: #5DB832;
}
</style>