Html Css Color HEX #509958 Fruit Salad

📋 copy color: '#509958'

red 80 ◦ green 153 ◦ blue 88

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

Shades of Fruit Salad #509958

Tints of Fruit Salad #509958

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

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

R = 24.92%
G = 47.66%
B = 27.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#509958 (or 0x509958) is known color: Fruit Salad. HEX triplet: 50, 99 and 58. RGB value is (80,153,88). Sum of RGB (Red+Green+Blue) = 80+153+88=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #509958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509958 is #AF66A7. Grayscale: #7B7B7B. Windows color (decimal): -11495080 or 5806416. OLE color: 5806416.

HSL color Cylindrical-coordinate representation of color #509958: hue angle of 126.58º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509958 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 88 -
CMYK 0.48 0 0.42 0.4
HSL 126.58º 0.31% 0.46% -
HSV(B) 126.58º 0.48% 0.6% -
XYZ 16.46 25.19 13.23 -
YUV 123.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 80 153 88 0.48 0 0.42 0.4 126.58 0.31 0.46
Hex 50 99 58 30 0 2A 28 7F 1F 2E
Octal 120 231 130 60 0 52 50 177 37 56
Binary 1010000 10011001 1011000 110000 0 101010 101000 1111111 11111 101110

Color Harmonies of #509958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509958

Black with #509958

Text Example


Text Example

White with #509958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509958; }

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

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

background-color css

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

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

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

border-color css

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

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

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