Shades of Apple #5DB532
Tints of Apple #5DB532
RGB
CMYK
RGB Variations
Color information
#5DB532 (or 0x5DB532) is known color: Apple. HEX triplet: 5D, B5 and 32. RGB value is (93,181,50). Sum of RGB (Red+Green+Blue) = 93+181+50=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB532 is #A24ACD. Grayscale: #8C8C8C. Windows color (decimal): -10635982 or 3323229. OLE color: 3323229.
HSL color Cylindrical-coordinate representation of color #5DB532: hue angle of 100.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DB532 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 50 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.29 |
| HSL | 100.31º | 0.57% | 0.45% | - |
| HSV(B) | 100.31º | 0.72% | 0.71% | - |
| XYZ | 21.61 | 35.61 | 8.75 | - |
| YUV | 139.75 | 77.35 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 50 | 0.49 | 0 | 0.72 | 0.29 | 100.31 | 0.57 | 0.45 |
| Hex | 5D | B5 | 32 | 31 | 0 | 48 | 1D | 64 | 39 | 2D |
| Octal | 135 | 265 | 62 | 61 | 0 | 110 | 35 | 144 | 71 | 55 |
| Binary | 1011101 | 10110101 | 110010 | 110001 | 0 | 1001000 | 11101 | 1100100 | 111001 | 101101 |
Color Harmonies of #5DB532
Complementary color
Monochromatic Colors of #5DB532
Black with #5DB532
Text Example
Text Example
White with #5DB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB532; }
p { color: rgb(93,181,50); }
H1.HeaderClassName
{
color: #5DB532;
}
.AnyTagClassName
{
color: #5DB532;
}
</style>
background-color css
<style>
a { background-color: #5DB532; }
a { background-color: rgb(93,181,50); }
div.DivClassName
{
background-color: #5DB532;
}
.BgClassName
{
background-color: #5DB532;
}
</style>
border-color css
<style>
span { border-color: #5DB532; }
span { border-color: rgb(93,181,50); }
td.TdClassName
{
border-color: #5DB532;
}
.TagClassName
{
border-color: #5DB532;
}
</style>