Shades of Apple #50B238
Tints of Apple #50B238
RGB
CMYK
RGB Variations
Color information
#50B238 (or 0x50B238) is known color: Apple. HEX triplet: 50, B2 and 38. RGB value is (80,178,56). Sum of RGB (Red+Green+Blue) = 80+178+56=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 178 (69.92% from 255 or 56.69% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 178 - color contains mainly: green. Hex color #50B238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B238 is #AF4DC7. Grayscale: #878787. Windows color (decimal): -11488712 or 3715664. OLE color: 3715664.
HSL color Cylindrical-coordinate representation of color #50B238: hue angle of 108.2º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50B238 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 178 | 56 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.30 |
| HSL | 108.2º | 0.52% | 0.46% | - |
| HSV(B) | 108.2º | 0.69% | 0.7% | - |
| XYZ | 19.94 | 33.83 | 9.22 | - |
| YUV | 134.79 | 83.53 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 56 | 0.55 | 0 | 0.69 | 0.30 | 108.2 | 0.52 | 0.46 |
| Hex | 50 | B2 | 38 | 37 | 0 | 45 | 1E | 6C | 34 | 2E |
| Octal | 120 | 262 | 70 | 67 | 0 | 105 | 36 | 154 | 64 | 56 |
| Binary | 1010000 | 10110010 | 111000 | 110111 | 0 | 1000101 | 11110 | 1101100 | 110100 | 101110 |
Color Harmonies of #50B238
Complementary color
Monochromatic Colors of #50B238
Black with #50B238
Text Example
Text Example
White with #50B238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B238; }
p { color: rgb(80,178,56); }
H1.HeaderClassName
{
color: #50B238;
}
.AnyTagClassName
{
color: #50B238;
}
</style>
background-color css
<style>
a { background-color: #50B238; }
a { background-color: rgb(80,178,56); }
div.DivClassName
{
background-color: #50B238;
}
.BgClassName
{
background-color: #50B238;
}
</style>
border-color css
<style>
span { border-color: #50B238; }
span { border-color: rgb(80,178,56); }
td.TdClassName
{
border-color: #50B238;
}
.TagClassName
{
border-color: #50B238;
}
</style>