Html Css Color HEX #50A83D Apple

📋 copy color: '#50A83D'

red 80 ◦ green 168 ◦ blue 61

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

Shades of Apple #50A83D

Tints of Apple #50A83D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.37%

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 25.89%
G = 54.37%
B = 19.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#50A83D (or 0x50A83D) is known color: Apple. HEX triplet: 50, A8 and 3D. RGB value is (80,168,61). Sum of RGB (Red+Green+Blue) = 80+168+61=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 168 (66.02% from 255 or 54.37% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 168 - color contains mainly: green. Hex color #50A83D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A83D is #AF57C2. Grayscale: #818181. Windows color (decimal): -11491267 or 4040784. OLE color: 4040784.

HSL color Cylindrical-coordinate representation of color #50A83D: hue angle of 109.35º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50A83D is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 168 61 -
CMYK 0.52 0 0.64 0.34
HSL 109.35º 0.47% 0.45% -
HSV(B) 109.35º 0.64% 0.66% -
XYZ 18.15 30.05 9.26 -
YUV 129.49 89.35 92.7 -
System Red Green Blue C M Y K H S L
Decimal 80 168 61 0.52 0 0.64 0.34 109.35 0.47 0.45
Hex 50 A8 3D 34 0 40 22 6D 2F 2D
Octal 120 250 75 64 0 100 42 155 57 55
Binary 1010000 10101000 111101 110100 0 1000000 100010 1101101 101111 101101

Color Harmonies of #50A83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A83D

Black with #50A83D

Text Example


Text Example

White with #50A83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,168,61); }

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

background-color css

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

 a { background-color: rgb(80,168,61); }

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

border-color css

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

 span { border-color: rgb(80,168,61); }

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