Html Css Color HEX #50AF3C Apple

📋 copy color: '#50AF3C'

red 80 ◦ green 175 ◦ blue 60

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

Shades of Apple #50AF3C

Tints of Apple #50AF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 25.4%
G = 55.56%
B = 19.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#50AF3C (or 0x50AF3C) is known color: Apple. HEX triplet: 50, AF and 3C. RGB value is (80,175,60). Sum of RGB (Red+Green+Blue) = 80+175+60=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF3C is #AF50C3. Grayscale: #858585. Windows color (decimal): -11489476 or 3977040. OLE color: 3977040.

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

Color convert

RGB 80 175 60 -
CMYK 0.54 0 0.66 0.31
HSL 109.57º 0.49% 0.46% -
HSV(B) 109.57º 0.66% 0.69% -
XYZ 19.45 32.69 9.56 -
YUV 133.49 86.53 89.85 -
System Red Green Blue C M Y K H S L
Decimal 80 175 60 0.54 0 0.66 0.31 109.57 0.49 0.46
Hex 50 AF 3C 36 0 42 1F 6E 31 2E
Octal 120 257 74 66 0 102 37 156 61 56
Binary 1010000 10101111 111100 110110 0 1000010 11111 1101110 110001 101110

Color Harmonies of #50AF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF3C

Black with #50AF3C

Text Example


Text Example

White with #50AF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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