Html Css Color HEX #509753 Fruit Salad

📋 copy color: '#509753'

red 80 ◦ green 151 ◦ blue 83

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

Shades of Fruit Salad #509753

Tints of Fruit Salad #509753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.43%

R = 25.48%
G = 48.09%
B = 26.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#509753 (or 0x509753) is known color: Fruit Salad. HEX triplet: 50, 97 and 53. RGB value is (80,151,83). Sum of RGB (Red+Green+Blue) = 80+151+83=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #509753 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509753 is #AF68AC. Grayscale: #7A7A7A. Windows color (decimal): -11495597 or 5478224. OLE color: 5478224.

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

Color convert

RGB 80 151 83 -
CMYK 0.47 0 0.45 0.41
HSL 122.54º 0.31% 0.45% -
HSV(B) 122.54º 0.47% 0.59% -
XYZ 15.94 24.46 12.07 -
YUV 122.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 80 151 83 0.47 0 0.45 0.41 122.54 0.31 0.45
Hex 50 97 53 2F 0 2D 29 7B 1F 2D
Octal 120 227 123 57 0 55 51 173 37 55
Binary 1010000 10010111 1010011 101111 0 101101 101001 1111011 11111 101101

Color Harmonies of #509753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509753

Black with #509753

Text Example


Text Example

White with #509753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509753; }

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

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

background-color css

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

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

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

border-color css

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

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

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