Html Css Color HEX #50AB35 Apple

📋 copy color: '#50AB35'

red 80 ◦ green 171 ◦ blue 53

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

Shades of Apple #50AB35

Tints of Apple #50AB35

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.25%

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

R = 26.32%
G = 56.25%
B = 17.43%

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

#50AB35 (or 0x50AB35) is known color: Apple. HEX triplet: 50, AB and 35. RGB value is (80,171,53). Sum of RGB (Red+Green+Blue) = 80+171+53=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB35 is #AF54CA. Grayscale: #828282. Windows color (decimal): -11490507 or 3517264. OLE color: 3517264.

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

Color convert

RGB 80 171 53 -
CMYK 0.53 0 0.69 0.33
HSL 106.27º 0.53% 0.44% -
HSV(B) 106.27º 0.69% 0.67% -
XYZ 18.51 31.09 8.39 -
YUV 130.34 84.35 92.09 -
System Red Green Blue C M Y K H S L
Decimal 80 171 53 0.53 0 0.69 0.33 106.27 0.53 0.44
Hex 50 AB 35 35 0 45 21 6A 35 2C
Octal 120 253 65 65 0 105 41 152 65 54
Binary 1010000 10101011 110101 110101 0 1000101 100001 1101010 110101 101100

Color Harmonies of #50AB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB35

Black with #50AB35

Text Example


Text Example

White with #50AB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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