Html Css Color HEX #509C5A Fruit Salad

📋 copy color: '#509C5A'

red 80 ◦ green 156 ◦ blue 90

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

Shades of Fruit Salad #509C5A

Tints of Fruit Salad #509C5A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.85%

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 24.54%
G = 47.85%
B = 27.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#509C5A (or 0x509C5A) is known color: Fruit Salad. HEX triplet: 50, 9C and 5A. RGB value is (80,156,90). Sum of RGB (Red+Green+Blue) = 80+156+90=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #509C5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C5A is #AF63A5. Grayscale: #7D7D7D. Windows color (decimal): -11494310 or 5938256. OLE color: 5938256.

HSL color Cylindrical-coordinate representation of color #509C5A: hue angle of 127.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C5A is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 156 90 -
CMYK 0.49 0 0.42 0.39
HSL 127.89º 0.32% 0.46% -
HSV(B) 127.89º 0.49% 0.61% -
XYZ 17.04 26.22 13.84 -
YUV 125.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 80 156 90 0.49 0 0.42 0.39 127.89 0.32 0.46
Hex 50 9C 5A 31 0 2A 27 80 20 2E
Octal 120 234 132 61 0 52 47 200 40 56
Binary 1010000 10011100 1011010 110001 0 101010 100111 10000000 100000 101110

Color Harmonies of #509C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C5A

Black with #509C5A

Text Example


Text Example

White with #509C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,156,90); }

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

background-color css

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

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

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

border-color css

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

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

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