Html Css Color HEX #50AF3F Apple

📋 copy color: '#50AF3F'

red 80 ◦ green 175 ◦ blue 63

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

Shades of Apple #50AF3F

Tints of Apple #50AF3F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.03%

 BLUE value IS 63 (25% from 255) = 19.81%

R = 25.16%
G = 55.03%
B = 19.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#50AF3F (or 0x50AF3F) is known color: Apple. HEX triplet: 50, AF and 3F. RGB value is (80,175,63). Sum of RGB (Red+Green+Blue) = 80+175+63=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF3F is #AF50C0. Grayscale: #868686. Windows color (decimal): -11489473 or 4173648. OLE color: 4173648.

HSL color Cylindrical-coordinate representation of color #50AF3F: hue angle of 110.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50AF3F is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 175 63 -
CMYK 0.54 0 0.64 0.31
HSL 110.89º 0.47% 0.47% -
HSV(B) 110.89º 0.64% 0.69% -
XYZ 19.54 32.72 9.99 -
YUV 133.83 88.03 89.61 -
System Red Green Blue C M Y K H S L
Decimal 80 175 63 0.54 0 0.64 0.31 110.89 0.47 0.47
Hex 50 AF 3F 36 0 40 1F 6F 2F 2F
Octal 120 257 77 66 0 100 37 157 57 57
Binary 1010000 10101111 111111 110110 0 1000000 11111 1101111 101111 101111

Color Harmonies of #50AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF3F

Black with #50AF3F

Text Example


Text Example

White with #50AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,175,63); }

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

background-color css

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

 a { background-color: rgb(80,175,63); }

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

border-color css

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

 span { border-color: rgb(80,175,63); }

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