Html Css Color HEX #50AA34 Apple

📋 copy color: '#50AA34'

red 80 ◦ green 170 ◦ blue 52

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

Shades of Apple #50AA34

Tints of Apple #50AA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 26.49%
G = 56.29%
B = 17.22%

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

#50AA34 (or 0x50AA34) is known color: Apple. HEX triplet: 50, AA and 34. RGB value is (80,170,52). Sum of RGB (Red+Green+Blue) = 80+170+52=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AA34 is #AF55CB. Grayscale: #828282. Windows color (decimal): -11490764 or 3451472. OLE color: 3451472.

HSL color Cylindrical-coordinate representation of color #50AA34: hue angle of 105.76º degrees, saturation: 0.53, 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 #50AA34 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 170 52 -
CMYK 0.53 0 0.69 0.33
HSL 105.76º 0.53% 0.44% -
HSV(B) 105.76º 0.69% 0.67% -
XYZ 18.3 30.7 8.21 -
YUV 129.64 84.18 92.59 -
System Red Green Blue C M Y K H S L
Decimal 80 170 52 0.53 0 0.69 0.33 105.76 0.53 0.44
Hex 50 AA 34 35 0 45 21 6A 35 2C
Octal 120 252 64 65 0 105 41 152 65 54
Binary 1010000 10101010 110100 110101 0 1000101 100001 1101010 110101 101100

Color Harmonies of #50AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AA34

Black with #50AA34

Text Example


Text Example

White with #50AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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