Html Css Color HEX #509653 Fruit Salad

📋 copy color: '#509653'

red 80 ◦ green 150 ◦ blue 83

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

Shades of Fruit Salad #509653

Tints of Fruit Salad #509653

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

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

R = 25.56%
G = 47.92%
B = 26.52%

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

#509653 (or 0x509653) is known color: Fruit Salad. HEX triplet: 50, 96 and 53. RGB value is (80,150,83). Sum of RGB (Red+Green+Blue) = 80+150+83=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #509653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509653 is #AF69AC. Grayscale: #797979. Windows color (decimal): -11495853 or 5477968. OLE color: 5477968.

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

Color convert

RGB 80 150 83 -
CMYK 0.47 0 0.45 0.41
HSL 122.57º 0.3% 0.45% -
HSV(B) 122.57º 0.47% 0.59% -
XYZ 15.78 24.14 12.01 -
YUV 121.43 106.31 98.45 -
System Red Green Blue C M Y K H S L
Decimal 80 150 83 0.47 0 0.45 0.41 122.57 0.3 0.45
Hex 50 96 53 2F 0 2D 29 7B 1E 2D
Octal 120 226 123 57 0 55 51 173 36 55
Binary 1010000 10010110 1010011 101111 0 101101 101001 1111011 11110 101101

Color Harmonies of #509653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509653

Black with #509653

Text Example


Text Example

White with #509653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509653; }

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

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

background-color css

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

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

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

border-color css

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

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

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