Html Css Color HEX #519E5E Fruit Salad

📋 copy color: '#519E5E'

red 81 ◦ green 158 ◦ blue 94

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

Shades of Fruit Salad #519E5E

Tints of Fruit Salad #519E5E

RGB

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

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

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

R = 24.32%
G = 47.45%
B = 28.23%

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

#519E5E (or 0x519E5E) is known color: Fruit Salad. HEX triplet: 51, 9E and 5E. RGB value is (81,158,94). Sum of RGB (Red+Green+Blue) = 81+158+94=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #519E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E5E is #AE61A1. Grayscale: #7F7F7F. Windows color (decimal): -11428258 or 6200913. OLE color: 6200913.

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

Color convert

RGB 81 158 94 -
CMYK 0.49 0 0.41 0.38
HSL 130.13º 0.32% 0.47% -
HSV(B) 130.13º 0.49% 0.62% -
XYZ 17.64 27.01 14.87 -
YUV 127.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 81 158 94 0.49 0 0.41 0.38 130.13 0.32 0.47
Hex 51 9E 5E 31 0 29 26 82 20 2F
Octal 121 236 136 61 0 51 46 202 40 57
Binary 1010001 10011110 1011110 110001 0 101001 100110 10000010 100000 101111

Color Harmonies of #519E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519E5E

Black with #519E5E

Text Example


Text Example

White with #519E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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