Html Css Color HEX #50A63A Apple

📋 copy color: '#50A63A'

red 80 ◦ green 166 ◦ blue 58

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

Shades of Apple #50A63A

Tints of Apple #50A63A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 54.61%

 BLUE value IS 58 (23.05% from 255) = 19.08%

R = 26.32%
G = 54.61%
B = 19.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#50A63A (or 0x50A63A) is known color: Apple. HEX triplet: 50, A6 and 3A. RGB value is (80,166,58). Sum of RGB (Red+Green+Blue) = 80+166+58=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #50A63A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A63A is #AF59C5. Grayscale: #808080. Windows color (decimal): -11491782 or 3843664. OLE color: 3843664.

HSL color Cylindrical-coordinate representation of color #50A63A: hue angle of 107.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50A63A is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 166 58 -
CMYK 0.52 0 0.65 0.35
HSL 107.78º 0.48% 0.44% -
HSV(B) 107.78º 0.65% 0.65% -
XYZ 17.71 29.28 8.72 -
YUV 127.97 88.51 93.78 -
System Red Green Blue C M Y K H S L
Decimal 80 166 58 0.52 0 0.65 0.35 107.78 0.48 0.44
Hex 50 A6 3A 34 0 41 23 6C 30 2C
Octal 120 246 72 64 0 101 43 154 60 54
Binary 1010000 10100110 111010 110100 0 1000001 100011 1101100 110000 101100

Color Harmonies of #50A63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A63A

Black with #50A63A

Text Example


Text Example

White with #50A63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,166,58); }

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

background-color css

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

 a { background-color: rgb(80,166,58); }

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

border-color css

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

 span { border-color: rgb(80,166,58); }

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