Html Css Color HEX #509E5D Fruit Salad

📋 copy color: '#509E5D'

red 80 ◦ green 158 ◦ blue 93

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

Shades of Fruit Salad #509E5D

Tints of Fruit Salad #509E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 24.17%
G = 47.73%
B = 28.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#509E5D (or 0x509E5D) is known color: Fruit Salad. HEX triplet: 50, 9E and 5D. RGB value is (80,158,93). Sum of RGB (Red+Green+Blue) = 80+158+93=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #509E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E5D is #AF61A2. Grayscale: #7F7F7F. Windows color (decimal): -11493795 or 6135376. OLE color: 6135376.

HSL color Cylindrical-coordinate representation of color #509E5D: hue angle of 130º 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 #509E5D is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 158 93 -
CMYK 0.49 0 0.41 0.38
HSL 130º 0.33% 0.47% -
HSV(B) 130º 0.49% 0.62% -
XYZ 17.51 26.95 14.63 -
YUV 127.27 108.66 94.29 -
System Red Green Blue C M Y K H S L
Decimal 80 158 93 0.49 0 0.41 0.38 130 0.33 0.47
Hex 50 9E 5D 31 0 29 26 82 21 2F
Octal 120 236 135 61 0 51 46 202 41 57
Binary 1010000 10011110 1011101 110001 0 101001 100110 10000010 100001 101111

Color Harmonies of #509E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E5D

Black with #509E5D

Text Example


Text Example

White with #509E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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