Html Css Color HEX #50BC40 Apple

📋 copy color: '#50BC40'

red 80 ◦ green 188 ◦ blue 64

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

Shades of Apple #50BC40

Tints of Apple #50BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.63%

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

R = 24.1%
G = 56.63%
B = 19.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#50BC40 (or 0x50BC40) is known color: Apple. HEX triplet: 50, BC and 40. RGB value is (80,188,64). Sum of RGB (Red+Green+Blue) = 80+188+64=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BC40 is #AF43BF. Grayscale: #8D8D8D. Windows color (decimal): -11486144 or 4242512. OLE color: 4242512.

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

Color convert

RGB 80 188 64 -
CMYK 0.57 0 0.66 0.26
HSL 112.26º 0.49% 0.49% -
HSV(B) 112.26º 0.66% 0.74% -
XYZ 22.22 38.04 11.02 -
YUV 141.57 84.22 84.08 -
System Red Green Blue C M Y K H S L
Decimal 80 188 64 0.57 0 0.66 0.26 112.26 0.49 0.49
Hex 50 BC 40 39 0 42 1A 70 31 31
Octal 120 274 100 71 0 102 32 160 61 61
Binary 1010000 10111100 1000000 111001 0 1000010 11010 1110000 110001 110001

Color Harmonies of #50BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC40

Black with #50BC40

Text Example


Text Example

White with #50BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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