Shades of Apple #5DBD4B
Tints of Apple #5DBD4B
RGB
CMYK
RGB Variations
Color information
#5DBD4B (or 0x5DBD4B) is known color: Apple. HEX triplet: 5D, BD and 4B. RGB value is (93,189,75). Sum of RGB (Red+Green+Blue) = 93+189+75=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD4B is #A242B4. Grayscale: #939393. Windows color (decimal): -10633909 or 4963677. OLE color: 4963677.
HSL color Cylindrical-coordinate representation of color #5DBD4B: hue angle of 110.53º 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 #5DBD4B is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 75 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.26 |
| HSL | 110.53º | 0.46% | 0.52% | - |
| HSV(B) | 110.53º | 0.6% | 0.74% | - |
| XYZ | 23.98 | 39.23 | 12.96 | - |
| YUV | 147.3 | 87.2 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 75 | 0.51 | 0 | 0.60 | 0.26 | 110.53 | 0.46 | 0.52 |
| Hex | 5D | BD | 4B | 33 | 0 | 3C | 1A | 6F | 2E | 34 |
| Octal | 135 | 275 | 113 | 63 | 0 | 74 | 32 | 157 | 56 | 64 |
| Binary | 1011101 | 10111101 | 1001011 | 110011 | 0 | 111100 | 11010 | 1101111 | 101110 | 110100 |
Color Harmonies of #5DBD4B
Complementary color
Monochromatic Colors of #5DBD4B
Black with #5DBD4B
Text Example
Text Example
White with #5DBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD4B; }
p { color: rgb(93,189,75); }
H1.HeaderClassName
{
color: #5DBD4B;
}
.AnyTagClassName
{
color: #5DBD4B;
}
</style>
background-color css
<style>
a { background-color: #5DBD4B; }
a { background-color: rgb(93,189,75); }
div.DivClassName
{
background-color: #5DBD4B;
}
.BgClassName
{
background-color: #5DBD4B;
}
</style>
border-color css
<style>
span { border-color: #5DBD4B; }
span { border-color: rgb(93,189,75); }
td.TdClassName
{
border-color: #5DBD4B;
}
.TagClassName
{
border-color: #5DBD4B;
}
</style>