Html Css Color HEX #519940 Fruit Salad

📋 copy color: '#519940'

red 81 ◦ green 153 ◦ blue 64

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

Shades of Fruit Salad #519940

Tints of Fruit Salad #519940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 27.18%
G = 51.34%
B = 21.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#519940 (or 0x519940) is known color: Fruit Salad. HEX triplet: 51, 99 and 40. RGB value is (81,153,64). Sum of RGB (Red+Green+Blue) = 81+153+64=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #519940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519940 is #AE66BF. Grayscale: #797979. Windows color (decimal): -11429568 or 4233553. OLE color: 4233553.

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

Color convert

RGB 81 153 64 -
CMYK 0.47 0 0.58 0.4
HSL 108.54º 0.41% 0.43% -
HSV(B) 108.54º 0.58% 0.6% -
XYZ 15.71 24.9 8.83 -
YUV 121.33 95.65 99.24 -
System Red Green Blue C M Y K H S L
Decimal 81 153 64 0.47 0 0.58 0.4 108.54 0.41 0.43
Hex 51 99 40 2F 0 3A 28 6D 29 2B
Octal 121 231 100 57 0 72 50 155 51 53
Binary 1010001 10011001 1000000 101111 0 111010 101000 1101101 101001 101011

Color Harmonies of #519940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519940

Black with #519940

Text Example


Text Example

White with #519940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519940; }

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

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

background-color css

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

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

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

border-color css

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

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

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