Html Css Color HEX #519650 Fruit Salad

📋 copy color: '#519650'

red 81 ◦ green 150 ◦ blue 80

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

Shades of Fruit Salad #519650

Tints of Fruit Salad #519650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.23%

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

R = 26.05%
G = 48.23%
B = 25.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#519650 (or 0x519650) is known color: Fruit Salad. HEX triplet: 51, 96 and 50. RGB value is (81,150,80). Sum of RGB (Red+Green+Blue) = 81+150+80=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #519650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519650 is #AE69AF. Grayscale: #797979. Windows color (decimal): -11430320 or 5281361. OLE color: 5281361.

HSL color Cylindrical-coordinate representation of color #519650: hue angle of 119.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519650 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 80 -
CMYK 0.46 0 0.47 0.41
HSL 119.14º 0.3% 0.45% -
HSV(B) 119.14º 0.47% 0.59% -
XYZ 15.75 24.14 11.42 -
YUV 121.39 104.64 99.19 -
System Red Green Blue C M Y K H S L
Decimal 81 150 80 0.46 0 0.47 0.41 119.14 0.3 0.45
Hex 51 96 50 2E 0 2F 29 77 1E 2D
Octal 121 226 120 56 0 57 51 167 36 55
Binary 1010001 10010110 1010000 101110 0 101111 101001 1110111 11110 101101

Color Harmonies of #519650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519650

Black with #519650

Text Example


Text Example

White with #519650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519650; }

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

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

background-color css

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

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

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

border-color css

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

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

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