Html Css Color HEX #509750 Fruit Salad

📋 copy color: '#509750'

red 80 ◦ green 151 ◦ blue 80

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

Shades of Fruit Salad #509750

Tints of Fruit Salad #509750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 25.72%
G = 48.55%
B = 25.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#509750 (or 0x509750) is known color: Fruit Salad. HEX triplet: 50, 97 and 50. RGB value is (80,151,80). Sum of RGB (Red+Green+Blue) = 80+151+80=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #509750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509750 is #AF68AF. Grayscale: #797979. Windows color (decimal): -11495600 or 5281616. OLE color: 5281616.

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

Color convert

RGB 80 151 80 -
CMYK 0.47 0 0.47 0.41
HSL 120º 0.31% 0.45% -
HSV(B) 120º 0.47% 0.59% -
XYZ 15.82 24.42 11.47 -
YUV 121.68 104.48 98.27 -
System Red Green Blue C M Y K H S L
Decimal 80 151 80 0.47 0 0.47 0.41 120 0.31 0.45
Hex 50 97 50 2F 0 2F 29 78 1F 2D
Octal 120 227 120 57 0 57 51 170 37 55
Binary 1010000 10010111 1010000 101111 0 101111 101001 1111000 11111 101101

Color Harmonies of #509750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509750

Black with #509750

Text Example


Text Example

White with #509750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509750; }

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

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

background-color css

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

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

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

border-color css

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

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

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