Html Css Color HEX #509B5A Fruit Salad

📋 copy color: '#509B5A'

red 80 ◦ green 155 ◦ blue 90

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

Shades of Fruit Salad #509B5A

Tints of Fruit Salad #509B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.69%

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

R = 24.62%
G = 47.69%
B = 27.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#509B5A (or 0x509B5A) is known color: Fruit Salad. HEX triplet: 50, 9B and 5A. RGB value is (80,155,90). Sum of RGB (Red+Green+Blue) = 80+155+90=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #509B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B5A is #AF64A5. Grayscale: #7D7D7D. Windows color (decimal): -11494566 or 5938000. OLE color: 5938000.

HSL color Cylindrical-coordinate representation of color #509B5A: hue angle of 128º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B5A is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 90 -
CMYK 0.48 0 0.42 0.39
HSL 128º 0.32% 0.46% -
HSV(B) 128º 0.48% 0.61% -
XYZ 16.88 25.89 13.78 -
YUV 125.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 80 155 90 0.48 0 0.42 0.39 128 0.32 0.46
Hex 50 9B 5A 30 0 2A 27 80 20 2E
Octal 120 233 132 60 0 52 47 200 40 56
Binary 1010000 10011011 1011010 110000 0 101010 100111 10000000 100000 101110

Color Harmonies of #509B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B5A

Black with #509B5A

Text Example


Text Example

White with #509B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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