Html Css Color HEX #50A535 Apple

📋 copy color: '#50A535'

red 80 ◦ green 165 ◦ blue 53

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

Shades of Apple #50A535

Tints of Apple #50A535

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55.37%

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 26.85%
G = 55.37%
B = 17.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#50A535 (or 0x50A535) is known color: Apple. HEX triplet: 50, A5 and 35. RGB value is (80,165,53). Sum of RGB (Red+Green+Blue) = 80+165+53=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 165 (64.84% from 255 or 55.37% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 165 - color contains mainly: green. Hex color #50A535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A535 is #AF5ACA. Grayscale: #7F7F7F. Windows color (decimal): -11492043 or 3515728. OLE color: 3515728.

HSL color Cylindrical-coordinate representation of color #50A535: hue angle of 105.54º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50A535 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 165 53 -
CMYK 0.52 0 0.68 0.35
HSL 105.54º 0.51% 0.43% -
HSV(B) 105.54º 0.68% 0.65% -
XYZ 17.41 28.87 8.02 -
YUV 126.82 86.34 94.61 -
System Red Green Blue C M Y K H S L
Decimal 80 165 53 0.52 0 0.68 0.35 105.54 0.51 0.43
Hex 50 A5 35 34 0 44 23 6A 33 2B
Octal 120 245 65 64 0 104 43 152 63 53
Binary 1010000 10100101 110101 110100 0 1000100 100011 1101010 110011 101011

Color Harmonies of #50A535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A535

Black with #50A535

Text Example


Text Example

White with #50A535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,165,53); }

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

background-color css

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

 a { background-color: rgb(80,165,53); }

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

border-color css

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

 span { border-color: rgb(80,165,53); }

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