Html Css Color HEX #509756 Fruit Salad

📋 copy color: '#509756'

red 80 ◦ green 151 ◦ blue 86

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

Shades of Fruit Salad #509756

Tints of Fruit Salad #509756

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.63%

 BLUE value IS 86 (33.98% from 255) = 27.13%

R = 25.24%
G = 47.63%
B = 27.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#509756 (or 0x509756) is known color: Fruit Salad. HEX triplet: 50, 97 and 56. RGB value is (80,151,86). Sum of RGB (Red+Green+Blue) = 80+151+86=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #509756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509756 is #AF68A9. Grayscale: #7A7A7A. Windows color (decimal): -11495594 or 5674832. OLE color: 5674832.

HSL color Cylindrical-coordinate representation of color #509756: hue angle of 125.07º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509756 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 86 -
CMYK 0.47 0 0.43 0.41
HSL 125.07º 0.31% 0.45% -
HSV(B) 125.07º 0.47% 0.59% -
XYZ 16.05 24.51 12.69 -
YUV 122.36 107.48 97.79 -
System Red Green Blue C M Y K H S L
Decimal 80 151 86 0.47 0 0.43 0.41 125.07 0.31 0.45
Hex 50 97 56 2F 0 2B 29 7D 1F 2D
Octal 120 227 126 57 0 53 51 175 37 55
Binary 1010000 10010111 1010110 101111 0 101011 101001 1111101 11111 101101

Color Harmonies of #509756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509756

Black with #509756

Text Example


Text Example

White with #509756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509756; }

 p { color: rgb(80,151,86); }

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

background-color css

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

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

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

border-color css

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

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

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