Html Css Color HEX #519C50 Fruit Salad

📋 copy color: '#519C50'

red 81 ◦ green 156 ◦ blue 80

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

Shades of Fruit Salad #519C50

Tints of Fruit Salad #519C50

RGB

 RED value IS 81 (32.03% from 255) = 25.55%

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

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

R = 25.55%
G = 49.21%
B = 25.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#519C50 (or 0x519C50) is known color: Fruit Salad. HEX triplet: 51, 9C and 50. RGB value is (81,156,80). Sum of RGB (Red+Green+Blue) = 81+156+80=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #519C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C50 is #AE63AF. Grayscale: #7D7D7D. Windows color (decimal): -11428784 or 5282897. OLE color: 5282897.

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

Color convert

RGB 81 156 80 -
CMYK 0.48 0 0.49 0.39
HSL 119.21º 0.32% 0.46% -
HSV(B) 119.21º 0.49% 0.61% -
XYZ 16.73 26.11 11.75 -
YUV 124.91 102.65 96.68 -
System Red Green Blue C M Y K H S L
Decimal 81 156 80 0.48 0 0.49 0.39 119.21 0.32 0.46
Hex 51 9C 50 30 0 31 27 77 20 2E
Octal 121 234 120 60 0 61 47 167 40 56
Binary 1010001 10011100 1010000 110000 0 110001 100111 1110111 100000 101110

Color Harmonies of #519C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C50

Black with #519C50

Text Example


Text Example

White with #519C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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