Html Css Color HEX #509758 Fruit Salad

📋 copy color: '#509758'

red 80 ◦ green 151 ◦ blue 88

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

Shades of Fruit Salad #509758

Tints of Fruit Salad #509758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.59%

R = 25.08%
G = 47.34%
B = 27.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#509758 (or 0x509758) is known color: Fruit Salad. HEX triplet: 50, 97 and 58. RGB value is (80,151,88). Sum of RGB (Red+Green+Blue) = 80+151+88=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #509758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509758 is #AF68A7. Grayscale: #7A7A7A. Windows color (decimal): -11495592 or 5805904. OLE color: 5805904.

HSL color Cylindrical-coordinate representation of color #509758: hue angle of 126.76º 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 #509758 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 88 -
CMYK 0.47 0 0.42 0.41
HSL 126.76º 0.31% 0.45% -
HSV(B) 126.76º 0.47% 0.59% -
XYZ 16.14 24.54 13.12 -
YUV 122.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 80 151 88 0.47 0 0.42 0.41 126.76 0.31 0.45
Hex 50 97 58 2F 0 2A 29 7F 1F 2D
Octal 120 227 130 57 0 52 51 177 37 55
Binary 1010000 10010111 1011000 101111 0 101010 101001 1111111 11111 101101

Color Harmonies of #509758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509758

Black with #509758

Text Example


Text Example

White with #509758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509758; }

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

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

background-color css

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

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

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

border-color css

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

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

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