Html Css Color HEX #50B240 Apple

📋 copy color: '#50B240'

red 80 ◦ green 178 ◦ blue 64

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

Shades of Apple #50B240

Tints of Apple #50B240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.28%

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

R = 24.84%
G = 55.28%
B = 19.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#50B240 (or 0x50B240) is known color: Apple. HEX triplet: 50, B2 and 40. RGB value is (80,178,64). Sum of RGB (Red+Green+Blue) = 80+178+64=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #50B240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B240 is #AF4DBF. Grayscale: #888888. Windows color (decimal): -11488704 or 4239952. OLE color: 4239952.

HSL color Cylindrical-coordinate representation of color #50B240: hue angle of 111.58º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50B240 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 64 -
CMYK 0.55 0 0.64 0.30
HSL 111.58º 0.47% 0.47% -
HSV(B) 111.58º 0.64% 0.7% -
XYZ 20.15 33.92 10.33 -
YUV 135.7 87.53 88.27 -
System Red Green Blue C M Y K H S L
Decimal 80 178 64 0.55 0 0.64 0.30 111.58 0.47 0.47
Hex 50 B2 40 37 0 40 1E 70 2F 2F
Octal 120 262 100 67 0 100 36 160 57 57
Binary 1010000 10110010 1000000 110111 0 1000000 11110 1110000 101111 101111

Color Harmonies of #50B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B240

Black with #50B240

Text Example


Text Example

White with #50B240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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