Shades of Apple #5DBB4F
Tints of Apple #5DBB4F
RGB
CMYK
RGB Variations
Color information
#5DBB4F (or 0x5DBB4F) is known color: Apple. HEX triplet: 5D, BB and 4F. RGB value is (93,187,79). Sum of RGB (Red+Green+Blue) = 93+187+79=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBB4F is #A244B0. Grayscale: #929292. Windows color (decimal): -10634417 or 5225309. OLE color: 5225309.
HSL color Cylindrical-coordinate representation of color #5DBB4F: hue angle of 112.22º 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 #5DBB4F is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 79 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.27 |
| HSL | 112.22º | 0.44% | 0.52% | - |
| HSV(B) | 112.22º | 0.58% | 0.73% | - |
| XYZ | 23.7 | 38.43 | 13.57 | - |
| YUV | 146.58 | 89.86 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 79 | 0.50 | 0 | 0.58 | 0.27 | 112.22 | 0.44 | 0.52 |
| Hex | 5D | BB | 4F | 32 | 0 | 3A | 1B | 70 | 2C | 34 |
| Octal | 135 | 273 | 117 | 62 | 0 | 72 | 33 | 160 | 54 | 64 |
| Binary | 1011101 | 10111011 | 1001111 | 110010 | 0 | 111010 | 11011 | 1110000 | 101100 | 110100 |
Color Harmonies of #5DBB4F
Complementary color
Monochromatic Colors of #5DBB4F
Black with #5DBB4F
Text Example
Text Example
White with #5DBB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB4F; }
p { color: rgb(93,187,79); }
H1.HeaderClassName
{
color: #5DBB4F;
}
.AnyTagClassName
{
color: #5DBB4F;
}
</style>
background-color css
<style>
a { background-color: #5DBB4F; }
a { background-color: rgb(93,187,79); }
div.DivClassName
{
background-color: #5DBB4F;
}
.BgClassName
{
background-color: #5DBB4F;
}
</style>
border-color css
<style>
span { border-color: #5DBB4F; }
span { border-color: rgb(93,187,79); }
td.TdClassName
{
border-color: #5DBB4F;
}
.TagClassName
{
border-color: #5DBB4F;
}
</style>