Html Css Color HEX #519950 Fruit Salad

📋 copy color: '#519950'

red 81 ◦ green 153 ◦ blue 80

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

Shades of Fruit Salad #519950

Tints of Fruit Salad #519950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.73%

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

R = 25.8%
G = 48.73%
B = 25.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#519950 (or 0x519950) is known color: Fruit Salad. HEX triplet: 51, 99 and 50. RGB value is (81,153,80). Sum of RGB (Red+Green+Blue) = 81+153+80=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #519950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519950 is #AE66AF. Grayscale: #7B7B7B. Windows color (decimal): -11429552 or 5282129. OLE color: 5282129.

HSL color Cylindrical-coordinate representation of color #519950: hue angle of 119.18º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519950 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 80 -
CMYK 0.47 0 0.48 0.4
HSL 119.18º 0.31% 0.46% -
HSV(B) 119.18º 0.48% 0.6% -
XYZ 16.23 25.11 11.58 -
YUV 123.15 103.65 97.94 -
System Red Green Blue C M Y K H S L
Decimal 81 153 80 0.47 0 0.48 0.4 119.18 0.31 0.46
Hex 51 99 50 2F 0 30 28 77 1F 2E
Octal 121 231 120 57 0 60 50 167 37 56
Binary 1010001 10011001 1010000 101111 0 110000 101000 1110111 11111 101110

Color Harmonies of #519950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519950

Black with #519950

Text Example


Text Example

White with #519950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519950; }

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

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

background-color css

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

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

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

border-color css

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

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

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