Html Css Color HEX #50AA35 Apple

📋 copy color: '#50AA35'

red 80 ◦ green 170 ◦ blue 53

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

Shades of Apple #50AA35

Tints of Apple #50AA35

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.11%

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

R = 26.4%
G = 56.11%
B = 17.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#50AA35 (or 0x50AA35) is known color: Apple. HEX triplet: 50, AA and 35. RGB value is (80,170,53). Sum of RGB (Red+Green+Blue) = 80+170+53=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AA35 is #AF55CA. Grayscale: #828282. Windows color (decimal): -11490763 or 3517008. OLE color: 3517008.

HSL color Cylindrical-coordinate representation of color #50AA35: hue angle of 106.15º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50AA35 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 170 53 -
CMYK 0.53 0 0.69 0.33
HSL 106.15º 0.52% 0.44% -
HSV(B) 106.15º 0.69% 0.67% -
XYZ 18.33 30.71 8.33 -
YUV 129.75 84.68 92.51 -
System Red Green Blue C M Y K H S L
Decimal 80 170 53 0.53 0 0.69 0.33 106.15 0.52 0.44
Hex 50 AA 35 35 0 45 21 6A 34 2C
Octal 120 252 65 65 0 105 41 152 64 54
Binary 1010000 10101010 110101 110101 0 1000101 100001 1101010 110100 101100

Color Harmonies of #50AA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AA35

Black with #50AA35

Text Example


Text Example

White with #50AA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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