Html Css Color HEX #50BA44 Apple

📋 copy color: '#50BA44'

red 80 ◦ green 186 ◦ blue 68

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

Shades of Apple #50BA44

Tints of Apple #50BA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 23.95%
G = 55.69%
B = 20.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#50BA44 (or 0x50BA44) is known color: Apple. HEX triplet: 50, BA and 44. RGB value is (80,186,68). Sum of RGB (Red+Green+Blue) = 80+186+68=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA44 is #AF45BB. Grayscale: #8D8D8D. Windows color (decimal): -11486652 or 4504144. OLE color: 4504144.

HSL color Cylindrical-coordinate representation of color #50BA44: hue angle of 113.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50BA44 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 68 -
CMYK 0.57 0 0.63 0.27
HSL 113.9º 0.46% 0.5% -
HSV(B) 113.9º 0.63% 0.73% -
XYZ 21.91 37.24 11.5 -
YUV 140.85 86.88 84.59 -
System Red Green Blue C M Y K H S L
Decimal 80 186 68 0.57 0 0.63 0.27 113.9 0.46 0.5
Hex 50 BA 44 39 0 3F 1B 72 2E 32
Octal 120 272 104 71 0 77 33 162 56 62
Binary 1010000 10111010 1000100 111001 0 111111 11011 1110010 101110 110010

Color Harmonies of #50BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA44

Black with #50BA44

Text Example


Text Example

White with #50BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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