Html Css Color HEX #50A93D Apple

📋 copy color: '#50A93D'

red 80 ◦ green 169 ◦ blue 61

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

Shades of Apple #50A93D

Tints of Apple #50A93D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 54.52%

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

R = 25.81%
G = 54.52%
B = 19.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#50A93D (or 0x50A93D) is known color: Apple. HEX triplet: 50, A9 and 3D. RGB value is (80,169,61). Sum of RGB (Red+Green+Blue) = 80+169+61=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 169 (66.41% from 255 or 54.52% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 169 - color contains mainly: green. Hex color #50A93D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A93D is #AF56C2. Grayscale: #828282. Windows color (decimal): -11491011 or 4041040. OLE color: 4041040.

HSL color Cylindrical-coordinate representation of color #50A93D: hue angle of 109.44º 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 #50A93D is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 61 -
CMYK 0.53 0 0.64 0.34
HSL 109.44º 0.47% 0.45% -
HSV(B) 109.44º 0.64% 0.66% -
XYZ 18.34 30.42 9.32 -
YUV 130.08 89.01 92.28 -
System Red Green Blue C M Y K H S L
Decimal 80 169 61 0.53 0 0.64 0.34 109.44 0.47 0.45
Hex 50 A9 3D 35 0 40 22 6D 2F 2D
Octal 120 251 75 65 0 100 42 155 57 55
Binary 1010000 10101001 111101 110101 0 1000000 100010 1101101 101111 101101

Color Harmonies of #50A93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A93D

Black with #50A93D

Text Example


Text Example

White with #50A93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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