Html Css Color HEX #50A23C Apple

📋 copy color: '#50A23C'

red 80 ◦ green 162 ◦ blue 60

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

Shades of Apple #50A23C

Tints of Apple #50A23C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.64%

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

R = 26.49%
G = 53.64%
B = 19.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#50A23C (or 0x50A23C) is known color: Apple. HEX triplet: 50, A2 and 3C. RGB value is (80,162,60). Sum of RGB (Red+Green+Blue) = 80+162+60=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #50A23C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A23C is #AF5DC3. Grayscale: #7E7E7E. Windows color (decimal): -11492804 or 3973712. OLE color: 3973712.

HSL color Cylindrical-coordinate representation of color #50A23C: hue angle of 108.24º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50A23C is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 162 60 -
CMYK 0.51 0 0.63 0.36
HSL 108.24º 0.46% 0.44% -
HSV(B) 108.24º 0.63% 0.64% -
XYZ 17.04 27.87 8.76 -
YUV 125.85 90.83 95.29 -
System Red Green Blue C M Y K H S L
Decimal 80 162 60 0.51 0 0.63 0.36 108.24 0.46 0.44
Hex 50 A2 3C 33 0 3F 24 6C 2E 2C
Octal 120 242 74 63 0 77 44 154 56 54
Binary 1010000 10100010 111100 110011 0 111111 100100 1101100 101110 101100

Color Harmonies of #50A23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A23C

Black with #50A23C

Text Example


Text Example

White with #50A23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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