Shades of Apple #5DBF56
Tints of Apple #5DBF56
RGB
CMYK
RGB Variations
Color information
#5DBF56 (or 0x5DBF56) is known color: Apple. HEX triplet: 5D, BF and 56. RGB value is (93,191,86). Sum of RGB (Red+Green+Blue) = 93+191+86=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF56 is #A240A9. Grayscale: #969696. Windows color (decimal): -10633386 or 5685085. OLE color: 5685085.
HSL color Cylindrical-coordinate representation of color #5DBF56: hue angle of 116º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DBF56 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 86 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.25 |
| HSL | 116º | 0.45% | 0.54% | - |
| HSV(B) | 116º | 0.55% | 0.75% | - |
| XYZ | 24.82 | 40.26 | 15.27 | - |
| YUV | 149.73 | 92.03 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 86 | 0.51 | 0 | 0.55 | 0.25 | 116 | 0.45 | 0.54 |
| Hex | 5D | BF | 56 | 33 | 0 | 37 | 19 | 74 | 2D | 36 |
| Octal | 135 | 277 | 126 | 63 | 0 | 67 | 31 | 164 | 55 | 66 |
| Binary | 1011101 | 10111111 | 1010110 | 110011 | 0 | 110111 | 11001 | 1110100 | 101101 | 110110 |
Color Harmonies of #5DBF56
Complementary color
Monochromatic Colors of #5DBF56
Black with #5DBF56
Text Example
Text Example
White with #5DBF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF56; }
p { color: rgb(93,191,86); }
H1.HeaderClassName
{
color: #5DBF56;
}
.AnyTagClassName
{
color: #5DBF56;
}
</style>
background-color css
<style>
a { background-color: #5DBF56; }
a { background-color: rgb(93,191,86); }
div.DivClassName
{
background-color: #5DBF56;
}
.BgClassName
{
background-color: #5DBF56;
}
</style>
border-color css
<style>
span { border-color: #5DBF56; }
span { border-color: rgb(93,191,86); }
td.TdClassName
{
border-color: #5DBF56;
}
.TagClassName
{
border-color: #5DBF56;
}
</style>