Html Css Color HEX #509E50 Fruit Salad

📋 copy color: '#509E50'

red 80 ◦ green 158 ◦ blue 80

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

Shades of Fruit Salad #509E50

Tints of Fruit Salad #509E50

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.69%

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 25.16%
G = 49.69%
B = 25.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#509E50 (or 0x509E50) is known color: Fruit Salad. HEX triplet: 50, 9E and 50. RGB value is (80,158,80). Sum of RGB (Red+Green+Blue) = 80+158+80=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #509E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E50 is #AF61AF. Grayscale: #7E7E7E. Windows color (decimal): -11493808 or 5283408. OLE color: 5283408.

HSL color Cylindrical-coordinate representation of color #509E50: hue angle of 120º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E50 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 158 80 -
CMYK 0.49 0 0.49 0.38
HSL 120º 0.33% 0.47% -
HSV(B) 120º 0.49% 0.62% -
XYZ 16.98 26.74 11.86 -
YUV 125.79 102.16 95.34 -
System Red Green Blue C M Y K H S L
Decimal 80 158 80 0.49 0 0.49 0.38 120 0.33 0.47
Hex 50 9E 50 31 0 31 26 78 21 2F
Octal 120 236 120 61 0 61 46 170 41 57
Binary 1010000 10011110 1010000 110001 0 110001 100110 1111000 100001 101111

Color Harmonies of #509E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E50

Black with #509E50

Text Example


Text Example

White with #509E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509E50; }

 p { color: rgb(80,158,80); }

 H1.HeaderClassName
 {
   color: #509E50;
 }
 .AnyTagClassName
 {
   color: #509E50;
 }
</style>

background-color css

<style>
 a { background-color: #509E50; }

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

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

border-color css

<style>
 span { border-color: #509E50; }

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

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