Html Css Color HEX #519F5E Fruit Salad

📋 copy color: '#519F5E'

red 81 ◦ green 159 ◦ blue 94

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

Shades of Fruit Salad #519F5E

Tints of Fruit Salad #519F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.14%

R = 24.25%
G = 47.6%
B = 28.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#519F5E (or 0x519F5E) is known color: Fruit Salad. HEX triplet: 51, 9F and 5E. RGB value is (81,159,94). Sum of RGB (Red+Green+Blue) = 81+159+94=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #519F5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F5E is #AE60A1. Grayscale: #808080. Windows color (decimal): -11428002 or 6201169. OLE color: 6201169.

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

Color convert

RGB 81 159 94 -
CMYK 0.49 0 0.41 0.38
HSL 130º 0.33% 0.47% -
HSV(B) 130º 0.49% 0.62% -
XYZ 17.81 27.35 14.93 -
YUV 128.27 108.66 94.29 -
System Red Green Blue C M Y K H S L
Decimal 81 159 94 0.49 0 0.41 0.38 130 0.33 0.47
Hex 51 9F 5E 31 0 29 26 82 20 2F
Octal 121 237 136 61 0 51 46 202 40 57
Binary 1010001 10011111 1011110 110001 0 101001 100110 10000010 100000 101111

Color Harmonies of #519F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519F5E

Black with #519F5E

Text Example


Text Example

White with #519F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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