Html Css Color HEX #50BE40 Apple

📋 copy color: '#50BE40'

red 80 ◦ green 190 ◦ blue 64

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

Shades of Apple #50BE40

Tints of Apple #50BE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.89%

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

R = 23.95%
G = 56.89%
B = 19.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#50BE40 (or 0x50BE40) is known color: Apple. HEX triplet: 50, BE and 40. RGB value is (80,190,64). Sum of RGB (Red+Green+Blue) = 80+190+64=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BE40 is #AF41BF. Grayscale: #8F8F8F. Windows color (decimal): -11485632 or 4243024. OLE color: 4243024.

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

Color convert

RGB 80 190 64 -
CMYK 0.58 0 0.66 0.25
HSL 112.38º 0.5% 0.5% -
HSV(B) 112.38º 0.66% 0.75% -
XYZ 22.65 38.9 11.17 -
YUV 142.75 83.56 83.25 -
System Red Green Blue C M Y K H S L
Decimal 80 190 64 0.58 0 0.66 0.25 112.38 0.5 0.5
Hex 50 BE 40 3A 0 42 19 70 32 32
Octal 120 276 100 72 0 102 31 160 62 62
Binary 1010000 10111110 1000000 111010 0 1000010 11001 1110000 110010 110010

Color Harmonies of #50BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BE40

Black with #50BE40

Text Example


Text Example

White with #50BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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