Shades of Apple #50AF38
Tints of Apple #50AF38
RGB
CMYK
RGB Variations
Color information
#50AF38 (or 0x50AF38) is known color: Apple. HEX triplet: 50, AF and 38. RGB value is (80,175,56). Sum of RGB (Red+Green+Blue) = 80+175+56=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF38 is #AF50C7. Grayscale: #858585. Windows color (decimal): -11489480 or 3714896. OLE color: 3714896.
HSL color Cylindrical-coordinate representation of color #50AF38: hue angle of 107.9º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50AF38 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 56 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.31 |
| HSL | 107.9º | 0.52% | 0.45% | - |
| HSV(B) | 107.9º | 0.68% | 0.69% | - |
| XYZ | 19.35 | 32.65 | 9.02 | - |
| YUV | 133.03 | 84.53 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 56 | 0.54 | 0 | 0.68 | 0.31 | 107.9 | 0.52 | 0.45 |
| Hex | 50 | AF | 38 | 36 | 0 | 44 | 1F | 6C | 34 | 2D |
| Octal | 120 | 257 | 70 | 66 | 0 | 104 | 37 | 154 | 64 | 55 |
| Binary | 1010000 | 10101111 | 111000 | 110110 | 0 | 1000100 | 11111 | 1101100 | 110100 | 101101 |
Color Harmonies of #50AF38
Complementary color
Monochromatic Colors of #50AF38
Black with #50AF38
Text Example
Text Example
White with #50AF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AF38; }
p { color: rgb(80,175,56); }
H1.HeaderClassName
{
color: #50AF38;
}
.AnyTagClassName
{
color: #50AF38;
}
</style>
background-color css
<style>
a { background-color: #50AF38; }
a { background-color: rgb(80,175,56); }
div.DivClassName
{
background-color: #50AF38;
}
.BgClassName
{
background-color: #50AF38;
}
</style>
border-color css
<style>
span { border-color: #50AF38; }
span { border-color: rgb(80,175,56); }
td.TdClassName
{
border-color: #50AF38;
}
.TagClassName
{
border-color: #50AF38;
}
</style>