Html Css Color HEX #50A23D Fruit Salad

📋 copy color: '#50A23D'

red 80 ◦ green 162 ◦ blue 61

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

Shades of Fruit Salad #50A23D

Tints of Fruit Salad #50A23D

RGB

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

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

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

R = 26.4%
G = 53.47%
B = 20.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#50A23D (or 0x50A23D) is known color: Fruit Salad. HEX triplet: 50, A2 and 3D. RGB value is (80,162,61). Sum of RGB (Red+Green+Blue) = 80+162+61=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #50A23D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A23D is #AF5DC2. Grayscale: #7E7E7E. Windows color (decimal): -11492803 or 4039248. OLE color: 4039248.

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

Color convert

RGB 80 162 61 -
CMYK 0.51 0 0.62 0.36
HSL 108.71º 0.45% 0.44% -
HSV(B) 108.71º 0.62% 0.64% -
XYZ 17.07 27.88 8.9 -
YUV 125.97 91.33 95.21 -
System Red Green Blue C M Y K H S L
Decimal 80 162 61 0.51 0 0.62 0.36 108.71 0.45 0.44
Hex 50 A2 3D 33 0 3E 24 6D 2D 2C
Octal 120 242 75 63 0 76 44 155 55 54
Binary 1010000 10100010 111101 110011 0 111110 100100 1101101 101101 101100

Color Harmonies of #50A23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A23D

Black with #50A23D

Text Example


Text Example

White with #50A23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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