Html Css Color HEX #50A65A Fruit Salad

📋 copy color: '#50A65A'

red 80 ◦ green 166 ◦ blue 90

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

Shades of Fruit Salad #50A65A

Tints of Fruit Salad #50A65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 23.81%
G = 49.4%
B = 26.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#50A65A (or 0x50A65A) is known color: Fruit Salad. HEX triplet: 50, A6 and 5A. RGB value is (80,166,90). Sum of RGB (Red+Green+Blue) = 80+166+90=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #50A65A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A65A is #AF59A5. Grayscale: #838383. Windows color (decimal): -11491750 or 5940816. OLE color: 5940816.

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

Color convert

RGB 80 166 90 -
CMYK 0.52 0 0.46 0.35
HSL 126.98º 0.35% 0.48% -
HSV(B) 126.98º 0.52% 0.65% -
XYZ 18.79 29.72 14.42 -
YUV 131.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 80 166 90 0.52 0 0.46 0.35 126.98 0.35 0.48
Hex 50 A6 5A 34 0 2E 23 7F 23 30
Octal 120 246 132 64 0 56 43 177 43 60
Binary 1010000 10100110 1011010 110100 0 101110 100011 1111111 100011 110000

Color Harmonies of #50A65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A65A

Black with #50A65A

Text Example


Text Example

White with #50A65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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