Html Css Color HEX #519D50 Fruit Salad

📋 copy color: '#519D50'

red 81 ◦ green 157 ◦ blue 80

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

Shades of Fruit Salad #519D50

Tints of Fruit Salad #519D50

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.37%

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

R = 25.47%
G = 49.37%
B = 25.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#519D50 (or 0x519D50) is known color: Fruit Salad. HEX triplet: 51, 9D and 50. RGB value is (81,157,80). Sum of RGB (Red+Green+Blue) = 81+157+80=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #519D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D50 is #AE62AF. Grayscale: #7D7D7D. Windows color (decimal): -11428528 or 5283153. OLE color: 5283153.

HSL color Cylindrical-coordinate representation of color #519D50: hue angle of 119.22º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519D50 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 157 80 -
CMYK 0.48 0 0.49 0.38
HSL 119.22º 0.32% 0.46% -
HSV(B) 119.22º 0.49% 0.62% -
XYZ 16.9 26.44 11.8 -
YUV 125.5 102.32 96.26 -
System Red Green Blue C M Y K H S L
Decimal 81 157 80 0.48 0 0.49 0.38 119.22 0.32 0.46
Hex 51 9D 50 30 0 31 26 77 20 2E
Octal 121 235 120 60 0 61 46 167 40 56
Binary 1010001 10011101 1010000 110000 0 110001 100110 1110111 100000 101110

Color Harmonies of #519D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D50

Black with #519D50

Text Example


Text Example

White with #519D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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