Html Css Color HEX #509857 Fruit Salad

📋 copy color: '#509857'

red 80 ◦ green 152 ◦ blue 87

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

Shades of Fruit Salad #509857

Tints of Fruit Salad #509857

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.65%

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

R = 25.08%
G = 47.65%
B = 27.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#509857 (or 0x509857) is known color: Fruit Salad. HEX triplet: 50, 98 and 57. RGB value is (80,152,87). Sum of RGB (Red+Green+Blue) = 80+152+87=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #509857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509857 is #AF67A8. Grayscale: #7B7B7B. Windows color (decimal): -11495337 or 5740624. OLE color: 5740624.

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

Color convert

RGB 80 152 87 -
CMYK 0.47 0 0.43 0.40
HSL 125.83º 0.31% 0.45% -
HSV(B) 125.83º 0.47% 0.6% -
XYZ 16.26 24.85 12.96 -
YUV 123.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 80 152 87 0.47 0 0.43 0.40 125.83 0.31 0.45
Hex 50 98 57 2F 0 2B 28 7E 1F 2D
Octal 120 230 127 57 0 53 50 176 37 55
Binary 1010000 10011000 1010111 101111 0 101011 101000 1111110 11111 101101

Color Harmonies of #509857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509857

Black with #509857

Text Example


Text Example

White with #509857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509857; }

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

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

background-color css

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

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

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

border-color css

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

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

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