Html Css Color HEX #519750 Fruit Salad

📋 copy color: '#519750'

red 81 ◦ green 151 ◦ blue 80

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

Shades of Fruit Salad #519750

Tints of Fruit Salad #519750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.4%

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

R = 25.96%
G = 48.4%
B = 25.64%

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

#519750 (or 0x519750) is known color: Fruit Salad. HEX triplet: 51, 97 and 50. RGB value is (81,151,80). Sum of RGB (Red+Green+Blue) = 81+151+80=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #519750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519750 is #AE68AF. Grayscale: #7A7A7A. Windows color (decimal): -11430064 or 5281617. OLE color: 5281617.

HSL color Cylindrical-coordinate representation of color #519750: hue angle of 119.15º degrees, saturation: 0.31, 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 #519750 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 151 80 -
CMYK 0.46 0 0.47 0.41
HSL 119.15º 0.31% 0.45% -
HSV(B) 119.15º 0.47% 0.59% -
XYZ 15.91 24.46 11.47 -
YUV 121.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 81 151 80 0.46 0 0.47 0.41 119.15 0.31 0.45
Hex 51 97 50 2E 0 2F 29 77 1F 2D
Octal 121 227 120 56 0 57 51 167 37 55
Binary 1010001 10010111 1010000 101110 0 101111 101001 1110111 11111 101101

Color Harmonies of #519750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519750

Black with #519750

Text Example


Text Example

White with #519750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519750; }

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

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

background-color css

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

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

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

border-color css

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

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

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