Shades of Apple #50BE3C
Tints of Apple #50BE3C
RGB
CMYK
RGB Variations
Color information
#50BE3C (or 0x50BE3C) is known color: Apple. HEX triplet: 50, BE and 3C. RGB value is (80,190,60). Sum of RGB (Red+Green+Blue) = 80+190+60=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BE3C is #AF41C3. Grayscale: #8E8E8E. Windows color (decimal): -11485636 or 3980880. OLE color: 3980880.
HSL color Cylindrical-coordinate representation of color #50BE3C: hue angle of 110.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50BE3C is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 60 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.25 |
| HSL | 110.77º | 0.52% | 0.49% | - |
| HSV(B) | 110.77º | 0.68% | 0.75% | - |
| XYZ | 22.54 | 38.86 | 10.59 | - |
| YUV | 142.29 | 81.56 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 60 | 0.58 | 0 | 0.68 | 0.25 | 110.77 | 0.52 | 0.49 |
| Hex | 50 | BE | 3C | 3A | 0 | 44 | 19 | 6F | 34 | 31 |
| Octal | 120 | 276 | 74 | 72 | 0 | 104 | 31 | 157 | 64 | 61 |
| Binary | 1010000 | 10111110 | 111100 | 111010 | 0 | 1000100 | 11001 | 1101111 | 110100 | 110001 |
Color Harmonies of #50BE3C
Complementary color
Monochromatic Colors of #50BE3C
Black with #50BE3C
Text Example
Text Example
White with #50BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE3C; }
p { color: rgb(80,190,60); }
H1.HeaderClassName
{
color: #50BE3C;
}
.AnyTagClassName
{
color: #50BE3C;
}
</style>
background-color css
<style>
a { background-color: #50BE3C; }
a { background-color: rgb(80,190,60); }
div.DivClassName
{
background-color: #50BE3C;
}
.BgClassName
{
background-color: #50BE3C;
}
</style>
border-color css
<style>
span { border-color: #50BE3C; }
span { border-color: rgb(80,190,60); }
td.TdClassName
{
border-color: #50BE3C;
}
.TagClassName
{
border-color: #50BE3C;
}
</style>