Shades of Apple #5DBB4E
Tints of Apple #5DBB4E
RGB
CMYK
RGB Variations
Color information
#5DBB4E (or 0x5DBB4E) is known color: Apple. HEX triplet: 5D, BB and 4E. RGB value is (93,187,78). Sum of RGB (Red+Green+Blue) = 93+187+78=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBB4E is #A244B1. Grayscale: #929292. Windows color (decimal): -10634418 or 5159773. OLE color: 5159773.
HSL color Cylindrical-coordinate representation of color #5DBB4E: hue angle of 111.74º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DBB4E is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 78 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.27 |
| HSL | 111.74º | 0.44% | 0.52% | - |
| HSV(B) | 111.74º | 0.58% | 0.73% | - |
| XYZ | 23.66 | 38.42 | 13.38 | - |
| YUV | 146.47 | 89.36 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 78 | 0.50 | 0 | 0.58 | 0.27 | 111.74 | 0.44 | 0.52 |
| Hex | 5D | BB | 4E | 32 | 0 | 3A | 1B | 70 | 2C | 34 |
| Octal | 135 | 273 | 116 | 62 | 0 | 72 | 33 | 160 | 54 | 64 |
| Binary | 1011101 | 10111011 | 1001110 | 110010 | 0 | 111010 | 11011 | 1110000 | 101100 | 110100 |
Color Harmonies of #5DBB4E
Complementary color
Monochromatic Colors of #5DBB4E
Black with #5DBB4E
Text Example
Text Example
White with #5DBB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB4E; }
p { color: rgb(93,187,78); }
H1.HeaderClassName
{
color: #5DBB4E;
}
.AnyTagClassName
{
color: #5DBB4E;
}
</style>
background-color css
<style>
a { background-color: #5DBB4E; }
a { background-color: rgb(93,187,78); }
div.DivClassName
{
background-color: #5DBB4E;
}
.BgClassName
{
background-color: #5DBB4E;
}
</style>
border-color css
<style>
span { border-color: #5DBB4E; }
span { border-color: rgb(93,187,78); }
td.TdClassName
{
border-color: #5DBB4E;
}
.TagClassName
{
border-color: #5DBB4E;
}
</style>