Html Css Color HEX #50B440 Apple

📋 copy color: '#50B440'

red 80 ◦ green 180 ◦ blue 64

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

Shades of Apple #50B440

Tints of Apple #50B440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.56%

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

R = 24.69%
G = 55.56%
B = 19.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#50B440 (or 0x50B440) is known color: Apple. HEX triplet: 50, B4 and 40. RGB value is (80,180,64). Sum of RGB (Red+Green+Blue) = 80+180+64=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #50B440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B440 is #AF4BBF. Grayscale: #898989. Windows color (decimal): -11488192 or 4240464. OLE color: 4240464.

HSL color Cylindrical-coordinate representation of color #50B440: hue angle of 111.72º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50B440 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 180 64 -
CMYK 0.56 0 0.64 0.29
HSL 111.72º 0.48% 0.48% -
HSV(B) 111.72º 0.64% 0.71% -
XYZ 20.55 34.72 10.47 -
YUV 136.88 86.87 87.43 -
System Red Green Blue C M Y K H S L
Decimal 80 180 64 0.56 0 0.64 0.29 111.72 0.48 0.48
Hex 50 B4 40 38 0 40 1D 70 30 30
Octal 120 264 100 70 0 100 35 160 60 60
Binary 1010000 10110100 1000000 111000 0 1000000 11101 1110000 110000 110000

Color Harmonies of #50B440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B440

Black with #50B440

Text Example


Text Example

White with #50B440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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