Html Css Color HEX #519E5D Fruit Salad

📋 copy color: '#519E5D'

red 81 ◦ green 158 ◦ blue 93

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

Shades of Fruit Salad #519E5D

Tints of Fruit Salad #519E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.59%

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 24.4%
G = 47.59%
B = 28.01%

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

#519E5D (or 0x519E5D) is known color: Fruit Salad. HEX triplet: 51, 9E and 5D. RGB value is (81,158,93). Sum of RGB (Red+Green+Blue) = 81+158+93=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #519E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E5D is #AE61A2. Grayscale: #7F7F7F. Windows color (decimal): -11428259 or 6135377. OLE color: 6135377.

HSL color Cylindrical-coordinate representation of color #519E5D: hue angle of 129.35º 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 #519E5D is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 158 93 -
CMYK 0.49 0 0.41 0.38
HSL 129.35º 0.32% 0.47% -
HSV(B) 129.35º 0.49% 0.62% -
XYZ 17.6 26.99 14.64 -
YUV 127.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 81 158 93 0.49 0 0.41 0.38 129.35 0.32 0.47
Hex 51 9E 5D 31 0 29 26 81 20 2F
Octal 121 236 135 61 0 51 46 201 40 57
Binary 1010001 10011110 1011101 110001 0 101001 100110 10000001 100000 101111

Color Harmonies of #519E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E5D

Black with #519E5D

Text Example


Text Example

White with #519E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,158,93); }

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

background-color css

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

 a { background-color: rgb(81,158,93); }

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

border-color css

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

 span { border-color: rgb(81,158,93); }

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