#50B237

Color #50B237 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #50B237

Tints of Apple #50B237

Color information

#50B237 (or 0x50B237) is unknown color: approx Apple. HEX triplet: 50, B2 and 37. RGB value is (80,178,55). Sum of RGB (Red+Green+Blue) = 80+178+55=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #50B237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B237 is #AF4DC8. Grayscale: #878787. Windows color (decimal): -11488713 or 3650128. OLE color: 3650128.

HSL color Cylindrical-coordinate representation of color #50B237: hue angle of 107.8º degrees, saturation: 0.53, 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 #50B237 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB8017855-
CMYK0.5500.690.30
HSL107.8º52.79%45.69%-
HSV(B)107.8º69.1%69.8%-
XYZ19.9233.829.09-
YUV134.6883.0389-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 178 (69.92% from 255) = 56.87%
BLUE value IS 55 (21.88% from 255) = 17.57%
R=25.56%
G=56.87%
B=17.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80178550.5500.690.30107.852.7945.69
Hex50B237370451E6c352e
Octal12026267670105361546556
Binary10100001011001011011111011101000101111101101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50B237; }

 p { color: rgb(80,178,55); }

 H1.HeaderClassName
 {
   color: #50B237;
 }
 .AnyTagClassName
 {
   color: #50B237;
 }
</style>
background-color css

<style>
 a { background-color: #50B237; }

 a { background-color: rgb(80,178,55); }

 div.DivClassName
 {
   background-color: #50B237;
 }
 .BgClassName
 {
   background-color: #50B237;
 }
</style>
border-color css

<style>
 span { border-color: #50B237; }

 span { border-color: rgb(80,178,55); }

 td.TdClassName
 {
   border-color: #50B237;
 }
 .TagClassName
 {
   border-color: #50B237;
 }
</style>