Html Css Color HEX #50AE33 Apple

📋 copy color: '#50AE33'

red 80 ◦ green 174 ◦ blue 51

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

Shades of Apple #50AE33

Tints of Apple #50AE33

RGB

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

 GREEN value IS 174 (68.36% from 255) = 57.05%

 BLUE value IS 51 (20.31% from 255) = 16.72%

R = 26.23%
G = 57.05%
B = 16.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#50AE33 (or 0x50AE33) is known color: Apple. HEX triplet: 50, AE and 33. RGB value is (80,174,51). Sum of RGB (Red+Green+Blue) = 80+174+51=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE33 is #AF51CC. Grayscale: #848484. Windows color (decimal): -11489741 or 3386960. OLE color: 3386960.

HSL color Cylindrical-coordinate representation of color #50AE33: hue angle of 105.85º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50AE33 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 174 51 -
CMYK 0.54 0 0.71 0.32
HSL 105.85º 0.55% 0.44% -
HSV(B) 105.85º 0.71% 0.68% -
XYZ 19.04 32.22 8.35 -
YUV 131.87 82.36 91 -
System Red Green Blue C M Y K H S L
Decimal 80 174 51 0.54 0 0.71 0.32 105.85 0.55 0.44
Hex 50 AE 33 36 0 47 20 6A 37 2C
Octal 120 256 63 66 0 107 40 152 67 54
Binary 1010000 10101110 110011 110110 0 1000111 100000 1101010 110111 101100

Color Harmonies of #50AE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AE33

Black with #50AE33

Text Example


Text Example

White with #50AE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,174,51); }

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

background-color css

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

 a { background-color: rgb(80,174,51); }

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

border-color css

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

 span { border-color: rgb(80,174,51); }

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