Html Css Color HEX #50B337 Apple

📋 copy color: '#50B337'

red 80 ◦ green 179 ◦ blue 55

#50B337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #50B337

Tints of Apple #50B337

RGB

 RED value IS 80 (31.64% from 255) = 25.48%

 GREEN value IS 179 (70.31% from 255) = 57.01%

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 25.48%
G = 57.01%
B = 17.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#50B337 (or 0x50B337) is known color: Apple. HEX triplet: 50, B3 and 37. RGB value is (80,179,55). Sum of RGB (Red+Green+Blue) = 80+179+55=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #50B337 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B337 is #AF4CC8. Grayscale: #878787. Windows color (decimal): -11488457 or 3650384. OLE color: 3650384.

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

Color convert

RGB 80 179 55 -
CMYK 0.55 0 0.69 0.30
HSL 107.9º 0.53% 0.46% -
HSV(B) 107.9º 0.69% 0.7% -
XYZ 20.12 34.22 9.16 -
YUV 135.26 82.7 88.58 -
System Red Green Blue C M Y K H S L
Decimal 80 179 55 0.55 0 0.69 0.30 107.9 0.53 0.46
Hex 50 B3 37 37 0 45 1E 6C 35 2E
Octal 120 263 67 67 0 105 36 154 65 56
Binary 1010000 10110011 110111 110111 0 1000101 11110 1101100 110101 101110

Color Harmonies of #50B337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B337

Black with #50B337

Text Example


Text Example

White with #50B337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50B337;
 }
 .AnyTagClassName
 {
   color: #50B337;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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