Html Css Color HEX #50BD40 Apple

📋 copy color: '#50BD40'

red 80 ◦ green 189 ◦ blue 64

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

Shades of Apple #50BD40

Tints of Apple #50BD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.76%

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 24.02%
G = 56.76%
B = 19.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#50BD40 (or 0x50BD40) is known color: Apple. HEX triplet: 50, BD and 40. RGB value is (80,189,64). Sum of RGB (Red+Green+Blue) = 80+189+64=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD40 is #AF42BF. Grayscale: #8E8E8E. Windows color (decimal): -11485888 or 4242768. OLE color: 4242768.

HSL color Cylindrical-coordinate representation of color #50BD40: hue angle of 112.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BD40 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 189 64 -
CMYK 0.58 0 0.66 0.26
HSL 112.32º 0.49% 0.5% -
HSV(B) 112.32º 0.66% 0.74% -
XYZ 22.43 38.47 11.09 -
YUV 142.16 83.89 83.66 -
System Red Green Blue C M Y K H S L
Decimal 80 189 64 0.58 0 0.66 0.26 112.32 0.49 0.5
Hex 50 BD 40 3A 0 42 1A 70 31 32
Octal 120 275 100 72 0 102 32 160 61 62
Binary 1010000 10111101 1000000 111010 0 1000010 11010 1110000 110001 110010

Color Harmonies of #50BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BD40

Black with #50BD40

Text Example


Text Example

White with #50BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,189,64); }

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

background-color css

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

 a { background-color: rgb(80,189,64); }

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

border-color css

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

 span { border-color: rgb(80,189,64); }

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