Html Css Color HEX #509C5D Fruit Salad

📋 copy color: '#509C5D'

red 80 ◦ green 156 ◦ blue 93

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

Shades of Fruit Salad #509C5D

Tints of Fruit Salad #509C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 24.32%
G = 47.42%
B = 28.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#509C5D (or 0x509C5D) is known color: Fruit Salad. HEX triplet: 50, 9C and 5D. RGB value is (80,156,93). Sum of RGB (Red+Green+Blue) = 80+156+93=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #509C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C5D is #AF63A2. Grayscale: #7E7E7E. Windows color (decimal): -11494307 or 6134864. OLE color: 6134864.

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

Color convert

RGB 80 156 93 -
CMYK 0.49 0 0.40 0.39
HSL 130.26º 0.32% 0.46% -
HSV(B) 130.26º 0.49% 0.61% -
XYZ 17.17 26.27 14.52 -
YUV 126.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 80 156 93 0.49 0 0.40 0.39 130.26 0.32 0.46
Hex 50 9C 5D 31 0 28 27 82 20 2E
Octal 120 234 135 61 0 50 47 202 40 56
Binary 1010000 10011100 1011101 110001 0 101000 100111 10000010 100000 101110

Color Harmonies of #509C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C5D

Black with #509C5D

Text Example


Text Example

White with #509C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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