Html Css Color HEX #509940 Fruit Salad

📋 copy color: '#509940'

red 80 ◦ green 153 ◦ blue 64

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

Shades of Fruit Salad #509940

Tints of Fruit Salad #509940

RGB

 RED value IS 80 (31.64% from 255) = 26.94%

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

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

R = 26.94%
G = 51.52%
B = 21.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#509940 (or 0x509940) is known color: Fruit Salad. HEX triplet: 50, 99 and 40. RGB value is (80,153,64). Sum of RGB (Red+Green+Blue) = 80+153+64=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #509940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509940 is #AF66BF. Grayscale: #797979. Windows color (decimal): -11495104 or 4233552. OLE color: 4233552.

HSL color Cylindrical-coordinate representation of color #509940: hue angle of 109.21º 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 #509940 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 64 -
CMYK 0.48 0 0.58 0.4
HSL 109.21º 0.41% 0.43% -
HSV(B) 109.21º 0.58% 0.6% -
XYZ 15.62 24.86 8.83 -
YUV 121.03 95.82 98.74 -
System Red Green Blue C M Y K H S L
Decimal 80 153 64 0.48 0 0.58 0.4 109.21 0.41 0.43
Hex 50 99 40 30 0 3A 28 6D 29 2B
Octal 120 231 100 60 0 72 50 155 51 53
Binary 1010000 10011001 1000000 110000 0 111010 101000 1101101 101001 101011

Color Harmonies of #509940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509940

Black with #509940

Text Example


Text Example

White with #509940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509940; }

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

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

background-color css

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

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

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

border-color css

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

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

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