Html Css Color HEX #519F50 Fruit Salad

📋 copy color: '#519F50'

red 81 ◦ green 159 ◦ blue 80

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

Shades of Fruit Salad #519F50

Tints of Fruit Salad #519F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.69%

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

R = 25.31%
G = 49.69%
B = 25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#519F50 (or 0x519F50) is known color: Fruit Salad. HEX triplet: 51, 9F and 50. RGB value is (81,159,80). Sum of RGB (Red+Green+Blue) = 81+159+80=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #519F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F50 is #AE60AF. Grayscale: #7E7E7E. Windows color (decimal): -11428016 or 5283665. OLE color: 5283665.

HSL color Cylindrical-coordinate representation of color #519F50: hue angle of 119.24º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #519F50 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 159 80 -
CMYK 0.49 0 0.50 0.38
HSL 119.24º 0.33% 0.47% -
HSV(B) 119.24º 0.5% 0.62% -
XYZ 17.24 27.12 11.92 -
YUV 126.67 101.66 95.42 -
System Red Green Blue C M Y K H S L
Decimal 81 159 80 0.49 0 0.50 0.38 119.24 0.33 0.47
Hex 51 9F 50 31 0 32 26 77 21 2F
Octal 121 237 120 61 0 62 46 167 41 57
Binary 1010001 10011111 1010000 110001 0 110010 100110 1110111 100001 101111

Color Harmonies of #519F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519F50

Black with #519F50

Text Example


Text Example

White with #519F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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