Html Css Color HEX #50B944 Apple

📋 copy color: '#50B944'

red 80 ◦ green 185 ◦ blue 68

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

Shades of Apple #50B944

Tints of Apple #50B944

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.56%

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

R = 24.02%
G = 55.56%
B = 20.42%

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

#50B944 (or 0x50B944) is known color: Apple. HEX triplet: 50, B9 and 44. RGB value is (80,185,68). Sum of RGB (Red+Green+Blue) = 80+185+68=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #50B944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B944 is #AF46BB. Grayscale: #8C8C8C. Windows color (decimal): -11486908 or 4503888. OLE color: 4503888.

HSL color Cylindrical-coordinate representation of color #50B944: hue angle of 113.85º 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 #50B944 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 68 -
CMYK 0.57 0 0.63 0.27
HSL 113.85º 0.46% 0.5% -
HSV(B) 113.85º 0.63% 0.73% -
XYZ 21.7 36.82 11.43 -
YUV 140.27 87.21 85.01 -
System Red Green Blue C M Y K H S L
Decimal 80 185 68 0.57 0 0.63 0.27 113.85 0.46 0.5
Hex 50 B9 44 39 0 3F 1B 72 2E 32
Octal 120 271 104 71 0 77 33 162 56 62
Binary 1010000 10111001 1000100 111001 0 111111 11011 1110010 101110 110010

Color Harmonies of #50B944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B944

Black with #50B944

Text Example


Text Example

White with #50B944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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