Shades of Apple #5DBA2F
Tints of Apple #5DBA2F
RGB
CMYK
RGB Variations
Color information
#5DBA2F (or 0x5DBA2F) is known color: Apple. HEX triplet: 5D, BA and 2F. RGB value is (93,186,47). Sum of RGB (Red+Green+Blue) = 93+186+47=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBA2F is #A245D0. Grayscale: #8E8E8E. Windows color (decimal): -10634705 or 3127901. OLE color: 3127901.
HSL color Cylindrical-coordinate representation of color #5DBA2F: hue angle of 100.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DBA2F is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 47 | - |
| CMYK | 0.5 | 0 | 0.75 | 0.27 |
| HSL | 100.14º | 0.6% | 0.46% | - |
| HSV(B) | 100.14º | 0.75% | 0.73% | - |
| XYZ | 22.59 | 37.65 | 8.77 | - |
| YUV | 142.35 | 74.19 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 47 | 0.5 | 0 | 0.75 | 0.27 | 100.14 | 0.6 | 0.46 |
| Hex | 5D | BA | 2F | 32 | 0 | 4B | 1B | 64 | 3C | 2E |
| Octal | 135 | 272 | 57 | 62 | 0 | 113 | 33 | 144 | 74 | 56 |
| Binary | 1011101 | 10111010 | 101111 | 110010 | 0 | 1001011 | 11011 | 1100100 | 111100 | 101110 |
Color Harmonies of #5DBA2F
Complementary color
Monochromatic Colors of #5DBA2F
Black with #5DBA2F
Text Example
Text Example
White with #5DBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA2F; }
p { color: rgb(93,186,47); }
H1.HeaderClassName
{
color: #5DBA2F;
}
.AnyTagClassName
{
color: #5DBA2F;
}
</style>
background-color css
<style>
a { background-color: #5DBA2F; }
a { background-color: rgb(93,186,47); }
div.DivClassName
{
background-color: #5DBA2F;
}
.BgClassName
{
background-color: #5DBA2F;
}
</style>
border-color css
<style>
span { border-color: #5DBA2F; }
span { border-color: rgb(93,186,47); }
td.TdClassName
{
border-color: #5DBA2F;
}
.TagClassName
{
border-color: #5DBA2F;
}
</style>