Html Css Color HEX #50BA37 Apple

📋 copy color: '#50BA37'

red 80 ◦ green 186 ◦ blue 55

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

Shades of Apple #50BA37

Tints of Apple #50BA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.94%

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

R = 24.92%
G = 57.94%
B = 17.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#50BA37 (or 0x50BA37) is known color: Apple. HEX triplet: 50, BA and 37. RGB value is (80,186,55). Sum of RGB (Red+Green+Blue) = 80+186+55=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA37 is #AF45C8. Grayscale: #8B8B8B. Windows color (decimal): -11486665 or 3652176. OLE color: 3652176.

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

Color convert

RGB 80 186 55 -
CMYK 0.57 0 0.70 0.27
HSL 108.55º 0.54% 0.47% -
HSV(B) 108.55º 0.7% 0.73% -
XYZ 21.56 37.1 9.64 -
YUV 139.37 80.38 85.65 -
System Red Green Blue C M Y K H S L
Decimal 80 186 55 0.57 0 0.70 0.27 108.55 0.54 0.47
Hex 50 BA 37 39 0 46 1B 6D 36 2F
Octal 120 272 67 71 0 106 33 155 66 57
Binary 1010000 10111010 110111 111001 0 1000110 11011 1101101 110110 101111

Color Harmonies of #50BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA37

Black with #50BA37

Text Example


Text Example

White with #50BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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