Html Css Color HEX #509E53 Fruit Salad

📋 copy color: '#509E53'

red 80 ◦ green 158 ◦ blue 83

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

Shades of Fruit Salad #509E53

Tints of Fruit Salad #509E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.86%

R = 24.92%
G = 49.22%
B = 25.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#509E53 (or 0x509E53) is known color: Fruit Salad. HEX triplet: 50, 9E and 53. RGB value is (80,158,83). Sum of RGB (Red+Green+Blue) = 80+158+83=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #509E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E53 is #AF61AC. Grayscale: #7E7E7E. Windows color (decimal): -11493805 or 5480016. OLE color: 5480016.

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

Color convert

RGB 80 158 83 -
CMYK 0.49 0 0.47 0.38
HSL 122.31º 0.33% 0.47% -
HSV(B) 122.31º 0.49% 0.62% -
XYZ 17.1 26.78 12.45 -
YUV 126.13 103.66 95.1 -
System Red Green Blue C M Y K H S L
Decimal 80 158 83 0.49 0 0.47 0.38 122.31 0.33 0.47
Hex 50 9E 53 31 0 2F 26 7A 21 2F
Octal 120 236 123 61 0 57 46 172 41 57
Binary 1010000 10011110 1010011 110001 0 101111 100110 1111010 100001 101111

Color Harmonies of #509E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E53

Black with #509E53

Text Example


Text Example

White with #509E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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