Html Css Color HEX #50A75F Fruit Salad

📋 copy color: '#50A75F'

red 80 ◦ green 167 ◦ blue 95

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

Shades of Fruit Salad #50A75F

Tints of Fruit Salad #50A75F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.83%

 BLUE value IS 95 (37.5% from 255) = 27.78%

R = 23.39%
G = 48.83%
B = 27.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#50A75F (or 0x50A75F) is known color: Fruit Salad. HEX triplet: 50, A7 and 5F. RGB value is (80,167,95). Sum of RGB (Red+Green+Blue) = 80+167+95=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #50A75F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A75F is #AF58A0. Grayscale: #848484. Windows color (decimal): -11491489 or 6268752. OLE color: 6268752.

HSL color Cylindrical-coordinate representation of color #50A75F: hue angle of 130.34º 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 #50A75F is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 167 95 -
CMYK 0.52 0 0.43 0.35
HSL 130.34º 0.35% 0.48% -
HSV(B) 130.34º 0.52% 0.65% -
XYZ 19.19 30.17 15.64 -
YUV 132.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 80 167 95 0.52 0 0.43 0.35 130.34 0.35 0.48
Hex 50 A7 5F 34 0 2B 23 82 23 30
Octal 120 247 137 64 0 53 43 202 43 60
Binary 1010000 10100111 1011111 110100 0 101011 100011 10000010 100011 110000

Color Harmonies of #50A75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A75F

Black with #50A75F

Text Example


Text Example

White with #50A75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,167,95); }

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

background-color css

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

 a { background-color: rgb(80,167,95); }

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

border-color css

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

 span { border-color: rgb(80,167,95); }

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