Html Css Color HEX #508D57 Fruit Salad

📋 copy color: '#508D57'

red 80 ◦ green 141 ◦ blue 87

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

Shades of Fruit Salad #508D57

Tints of Fruit Salad #508D57

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.78%

 BLUE value IS 87 (34.38% from 255) = 28.25%

R = 25.97%
G = 45.78%
B = 28.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#508D57 (or 0x508D57) is known color: Fruit Salad. HEX triplet: 50, 8D and 57. RGB value is (80,141,87). Sum of RGB (Red+Green+Blue) = 80+141+87=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #508D57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D57 is #AF72A8. Grayscale: #747474. Windows color (decimal): -11498153 or 5737808. OLE color: 5737808.

HSL color Cylindrical-coordinate representation of color #508D57: hue angle of 126.89º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D57 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 141 87 -
CMYK 0.43 0 0.38 0.45
HSL 126.89º 0.28% 0.43% -
HSV(B) 126.89º 0.43% 0.55% -
XYZ 14.55 21.44 12.39 -
YUV 116.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 80 141 87 0.43 0 0.38 0.45 126.89 0.28 0.43
Hex 50 8D 57 2B 0 26 2D 7F 1C 2B
Octal 120 215 127 53 0 46 55 177 34 53
Binary 1010000 10001101 1010111 101011 0 100110 101101 1111111 11100 101011

Color Harmonies of #508D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D57

Black with #508D57

Text Example


Text Example

White with #508D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508D57; }

 p { color: rgb(80,141,87); }

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

background-color css

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

 a { background-color: rgb(80,141,87); }

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

border-color css

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

 span { border-color: rgb(80,141,87); }

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