Shades of Apple #5DD132
Tints of Apple #5DD132
RGB
CMYK
RGB Variations
Color information
#5DD132 (or 0x5DD132) is known color: Apple. HEX triplet: 5D, D1 and 32. RGB value is (93,209,50). Sum of RGB (Red+Green+Blue) = 93+209+50=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD132 is #A22ECD. Grayscale: #9C9C9C. Windows color (decimal): -10628814 or 3330397. OLE color: 3330397.
HSL color Cylindrical-coordinate representation of color #5DD132: hue angle of 103.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DD132 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 209 | 50 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.18 |
| HSL | 103.77º | 0.63% | 0.51% | - |
| HSV(B) | 103.77º | 0.76% | 0.82% | - |
| XYZ | 27.89 | 48.16 | 10.84 | - |
| YUV | 156.19 | 68.07 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 50 | 0.56 | 0 | 0.76 | 0.18 | 103.77 | 0.63 | 0.51 |
| Hex | 5D | D1 | 32 | 38 | 0 | 4C | 12 | 68 | 3F | 33 |
| Octal | 135 | 321 | 62 | 70 | 0 | 114 | 22 | 150 | 77 | 63 |
| Binary | 1011101 | 11010001 | 110010 | 111000 | 0 | 1001100 | 10010 | 1101000 | 111111 | 110011 |
Color Harmonies of #5DD132
Complementary color
Monochromatic Colors of #5DD132
Black with #5DD132
Text Example
Text Example
White with #5DD132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD132; }
p { color: rgb(93,209,50); }
H1.HeaderClassName
{
color: #5DD132;
}
.AnyTagClassName
{
color: #5DD132;
}
</style>
background-color css
<style>
a { background-color: #5DD132; }
a { background-color: rgb(93,209,50); }
div.DivClassName
{
background-color: #5DD132;
}
.BgClassName
{
background-color: #5DD132;
}
</style>
border-color css
<style>
span { border-color: #5DD132; }
span { border-color: rgb(93,209,50); }
td.TdClassName
{
border-color: #5DD132;
}
.TagClassName
{
border-color: #5DD132;
}
</style>