Html Css Color HEX #509A54 Fruit Salad

📋 copy color: '#509A54'

red 80 ◦ green 154 ◦ blue 84

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

Shades of Fruit Salad #509A54

Tints of Fruit Salad #509A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.42%

R = 25.16%
G = 48.43%
B = 26.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#509A54 (or 0x509A54) is known color: Fruit Salad. HEX triplet: 50, 9A and 54. RGB value is (80,154,84). Sum of RGB (Red+Green+Blue) = 80+154+84=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #509A54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A54 is #AF65AB. Grayscale: #7C7C7C. Windows color (decimal): -11494828 or 5544528. OLE color: 5544528.

HSL color Cylindrical-coordinate representation of color #509A54: hue angle of 123.24º 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 #509A54 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 84 -
CMYK 0.48 0 0.45 0.40
HSL 123.24º 0.32% 0.46% -
HSV(B) 123.24º 0.48% 0.6% -
XYZ 16.46 25.46 12.43 -
YUV 123.89 105.48 96.69 -
System Red Green Blue C M Y K H S L
Decimal 80 154 84 0.48 0 0.45 0.40 123.24 0.32 0.46
Hex 50 9A 54 30 0 2D 28 7B 20 2E
Octal 120 232 124 60 0 55 50 173 40 56
Binary 1010000 10011010 1010100 110000 0 101101 101000 1111011 100000 101110

Color Harmonies of #509A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A54

Black with #509A54

Text Example


Text Example

White with #509A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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