Html Css Color HEX #509751 Fruit Salad

📋 copy color: '#509751'

red 80 ◦ green 151 ◦ blue 81

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

Shades of Fruit Salad #509751

Tints of Fruit Salad #509751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.96%

R = 25.64%
G = 48.4%
B = 25.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#509751 (or 0x509751) is known color: Fruit Salad. HEX triplet: 50, 97 and 51. RGB value is (80,151,81). Sum of RGB (Red+Green+Blue) = 80+151+81=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #509751 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509751 is #AF68AE. Grayscale: #797979. Windows color (decimal): -11495599 or 5347152. OLE color: 5347152.

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

Color convert

RGB 80 151 81 -
CMYK 0.47 0 0.46 0.41
HSL 120.85º 0.31% 0.45% -
HSV(B) 120.85º 0.47% 0.59% -
XYZ 15.86 24.43 11.66 -
YUV 121.79 104.98 98.19 -
System Red Green Blue C M Y K H S L
Decimal 80 151 81 0.47 0 0.46 0.41 120.85 0.31 0.45
Hex 50 97 51 2F 0 2E 29 79 1F 2D
Octal 120 227 121 57 0 56 51 171 37 55
Binary 1010000 10010111 1010001 101111 0 101110 101001 1111001 11111 101101

Color Harmonies of #509751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509751

Black with #509751

Text Example


Text Example

White with #509751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509751; }

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

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

background-color css

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

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

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

border-color css

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

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

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