Shades of Apple #5DBD32
Tints of Apple #5DBD32
RGB
CMYK
RGB Variations
Color information
#5DBD32 (or 0x5DBD32) is known color: Apple. HEX triplet: 5D, BD and 32. RGB value is (93,189,50). Sum of RGB (Red+Green+Blue) = 93+189+50=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD32 is #A242CD. Grayscale: #909090. Windows color (decimal): -10633934 or 3325277. OLE color: 3325277.
HSL color Cylindrical-coordinate representation of color #5DBD32: hue angle of 101.44º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DBD32 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 50 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.26 |
| HSL | 101.44º | 0.58% | 0.47% | - |
| HSV(B) | 101.44º | 0.74% | 0.74% | - |
| XYZ | 23.29 | 38.95 | 9.31 | - |
| YUV | 144.45 | 74.7 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 50 | 0.51 | 0 | 0.74 | 0.26 | 101.44 | 0.58 | 0.47 |
| Hex | 5D | BD | 32 | 33 | 0 | 4A | 1A | 65 | 3A | 2F |
| Octal | 135 | 275 | 62 | 63 | 0 | 112 | 32 | 145 | 72 | 57 |
| Binary | 1011101 | 10111101 | 110010 | 110011 | 0 | 1001010 | 11010 | 1100101 | 111010 | 101111 |
Color Harmonies of #5DBD32
Complementary color
Monochromatic Colors of #5DBD32
Black with #5DBD32
Text Example
Text Example
White with #5DBD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD32; }
p { color: rgb(93,189,50); }
H1.HeaderClassName
{
color: #5DBD32;
}
.AnyTagClassName
{
color: #5DBD32;
}
</style>
background-color css
<style>
a { background-color: #5DBD32; }
a { background-color: rgb(93,189,50); }
div.DivClassName
{
background-color: #5DBD32;
}
.BgClassName
{
background-color: #5DBD32;
}
</style>
border-color css
<style>
span { border-color: #5DBD32; }
span { border-color: rgb(93,189,50); }
td.TdClassName
{
border-color: #5DBD32;
}
.TagClassName
{
border-color: #5DBD32;
}
</style>