Html Css Color HEX #509A50 Fruit Salad

📋 copy color: '#509A50'

red 80 ◦ green 154 ◦ blue 80

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

Shades of Fruit Salad #509A50

Tints of Fruit Salad #509A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.04%

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

R = 25.48%
G = 49.04%
B = 25.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#509A50 (or 0x509A50) is known color: Fruit Salad. HEX triplet: 50, 9A and 50. RGB value is (80,154,80). Sum of RGB (Red+Green+Blue) = 80+154+80=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #509A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A50 is #AF65AF. Grayscale: #7B7B7B. Windows color (decimal): -11494832 or 5282384. OLE color: 5282384.

HSL color Cylindrical-coordinate representation of color #509A50: hue angle of 120º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A50 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 80 -
CMYK 0.48 0 0.48 0.40
HSL 120º 0.32% 0.46% -
HSV(B) 120º 0.48% 0.6% -
XYZ 16.31 25.4 11.63 -
YUV 123.44 103.48 97.02 -
System Red Green Blue C M Y K H S L
Decimal 80 154 80 0.48 0 0.48 0.40 120 0.32 0.46
Hex 50 9A 50 30 0 30 28 78 20 2E
Octal 120 232 120 60 0 60 50 170 40 56
Binary 1010000 10011010 1010000 110000 0 110000 101000 1111000 100000 101110

Color Harmonies of #509A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A50

Black with #509A50

Text Example


Text Example

White with #509A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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