Shades of Apple #5DBD4C
Tints of Apple #5DBD4C
RGB
CMYK
RGB Variations
Color information
#5DBD4C (or 0x5DBD4C) is known color: Apple. HEX triplet: 5D, BD and 4C. RGB value is (93,189,76). Sum of RGB (Red+Green+Blue) = 93+189+76=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD4C is #A242B3. Grayscale: #939393. Windows color (decimal): -10633908 or 5029213. OLE color: 5029213.
HSL color Cylindrical-coordinate representation of color #5DBD4C: hue angle of 110.97º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DBD4C is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 76 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.26 |
| HSL | 110.97º | 0.46% | 0.52% | - |
| HSV(B) | 110.97º | 0.6% | 0.74% | - |
| XYZ | 24.02 | 39.24 | 13.15 | - |
| YUV | 147.41 | 87.7 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 76 | 0.51 | 0 | 0.60 | 0.26 | 110.97 | 0.46 | 0.52 |
| Hex | 5D | BD | 4C | 33 | 0 | 3C | 1A | 6F | 2E | 34 |
| Octal | 135 | 275 | 114 | 63 | 0 | 74 | 32 | 157 | 56 | 64 |
| Binary | 1011101 | 10111101 | 1001100 | 110011 | 0 | 111100 | 11010 | 1101111 | 101110 | 110100 |
Color Harmonies of #5DBD4C
Complementary color
Monochromatic Colors of #5DBD4C
Black with #5DBD4C
Text Example
Text Example
White with #5DBD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD4C; }
p { color: rgb(93,189,76); }
H1.HeaderClassName
{
color: #5DBD4C;
}
.AnyTagClassName
{
color: #5DBD4C;
}
</style>
background-color css
<style>
a { background-color: #5DBD4C; }
a { background-color: rgb(93,189,76); }
div.DivClassName
{
background-color: #5DBD4C;
}
.BgClassName
{
background-color: #5DBD4C;
}
</style>
border-color css
<style>
span { border-color: #5DBD4C; }
span { border-color: rgb(93,189,76); }
td.TdClassName
{
border-color: #5DBD4C;
}
.TagClassName
{
border-color: #5DBD4C;
}
</style>