#50B53B

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

Shades of Apple #50B53B

Tints of Apple #50B53B

Color information

#50B53B (or 0x50B53B) is unknown color: approx Apple. HEX triplet: 50, B5 and 3B. RGB value is (80,181,59). Sum of RGB (Red+Green+Blue) = 80+181+59=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #50B53B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B53B is #AF4AC4. Grayscale: #898989. Windows color (decimal): -11487941 or 3913040. OLE color: 3913040.

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

Color convert

RGB8018159-
CMYK0.5600.670.29
HSL109.67º50.83%47.06%-
HSV(B)109.67º67.4%70.98%-
XYZ20.6235.079.82-
YUV136.8984.0487.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 181 (71.09% from 255) = 56.56%
BLUE value IS 59 (23.44% from 255) = 18.44%
R=25%
G=56.56%
B=18.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80181590.5600.670.29109.6750.8347.06
Hex50B53B380431D6e332f
Octal12026573700103351566357
Binary10100001011010111101111100001000011111011101110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,181,59); }

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

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

 a { background-color: rgb(80,181,59); }

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

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

 span { border-color: rgb(80,181,59); }

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