#50B43D

Color #50B43D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #50B43D

Tints of Apple #50B43D

Color information

#50B43D (or 0x50B43D) is unknown color: approx Apple. HEX triplet: 50, B4 and 3D. RGB value is (80,180,61). Sum of RGB (Red+Green+Blue) = 80+180+61=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #50B43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B43D is #AF4BC2. Grayscale: #888888. Windows color (decimal): -11488195 or 4043856. OLE color: 4043856.

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

Color convert

RGB8018061-
CMYK0.5600.660.29
HSL110.42º49.38%47.25%-
HSV(B)110.42º66.11%70.59%-
XYZ20.4734.6810.03-
YUV136.5385.3787.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 180 (70.70% from 255) = 56.07%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=24.92%
G=56.07%
B=19.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80180610.5600.660.29110.4249.3847.25
Hex50B43D380421D6e312f
Octal12026475700102351566157
Binary10100001011010011110111100001000010111011101110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50B43D;
 }
 .AnyTagClassName
 {
   color: #50B43D;
 }
</style>
background-color css

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

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

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

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

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

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