Html Css Color HEX #50B737 Apple

📋 copy color: '#50B737'

red 80 ◦ green 183 ◦ blue 55

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

Shades of Apple #50B737

Tints of Apple #50B737

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.55%

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

R = 25.16%
G = 57.55%
B = 17.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#50B737 (or 0x50B737) is known color: Apple. HEX triplet: 50, B7 and 37. RGB value is (80,183,55). Sum of RGB (Red+Green+Blue) = 80+183+55=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #50B737 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B737 is #AF48C8. Grayscale: #8A8A8A. Windows color (decimal): -11487433 or 3651408. OLE color: 3651408.

HSL color Cylindrical-coordinate representation of color #50B737: hue angle of 108.28º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50B737 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 183 55 -
CMYK 0.56 0 0.70 0.28
HSL 108.28º 0.54% 0.47% -
HSV(B) 108.28º 0.7% 0.72% -
XYZ 20.93 35.85 9.43 -
YUV 137.61 81.38 86.91 -
System Red Green Blue C M Y K H S L
Decimal 80 183 55 0.56 0 0.70 0.28 108.28 0.54 0.47
Hex 50 B7 37 38 0 46 1C 6C 36 2F
Octal 120 267 67 70 0 106 34 154 66 57
Binary 1010000 10110111 110111 111000 0 1000110 11100 1101100 110110 101111

Color Harmonies of #50B737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B737

Black with #50B737

Text Example


Text Example

White with #50B737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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