Shades of Apple #50B93D
Tints of Apple #50B93D
RGB
CMYK
RGB Variations
Color information
#50B93D (or 0x50B93D) is known color: Apple. HEX triplet: 50, B9 and 3D. RGB value is (80,185,61). Sum of RGB (Red+Green+Blue) = 80+185+61=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #50B93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B93D is #AF46C2. Grayscale: #8B8B8B. Windows color (decimal): -11486915 or 4045136. OLE color: 4045136.
HSL color Cylindrical-coordinate representation of color #50B93D: hue angle of 110.81º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50B93D is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 61 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.27 |
| HSL | 110.81º | 0.5% | 0.48% | - |
| HSV(B) | 110.81º | 0.67% | 0.73% | - |
| XYZ | 21.5 | 36.74 | 10.37 | - |
| YUV | 139.47 | 83.71 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 61 | 0.57 | 0 | 0.67 | 0.27 | 110.81 | 0.5 | 0.48 |
| Hex | 50 | B9 | 3D | 39 | 0 | 43 | 1B | 6F | 32 | 30 |
| Octal | 120 | 271 | 75 | 71 | 0 | 103 | 33 | 157 | 62 | 60 |
| Binary | 1010000 | 10111001 | 111101 | 111001 | 0 | 1000011 | 11011 | 1101111 | 110010 | 110000 |
Color Harmonies of #50B93D
Complementary color
Monochromatic Colors of #50B93D
Black with #50B93D
Text Example
Text Example
White with #50B93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B93D; }
p { color: rgb(80,185,61); }
H1.HeaderClassName
{
color: #50B93D;
}
.AnyTagClassName
{
color: #50B93D;
}
</style>
background-color css
<style>
a { background-color: #50B93D; }
a { background-color: rgb(80,185,61); }
div.DivClassName
{
background-color: #50B93D;
}
.BgClassName
{
background-color: #50B93D;
}
</style>
border-color css
<style>
span { border-color: #50B93D; }
span { border-color: rgb(80,185,61); }
td.TdClassName
{
border-color: #50B93D;
}
.TagClassName
{
border-color: #50B93D;
}
</style>