Html Css Color HEX #509D42 Fruit Salad

📋 copy color: '#509D42'

red 80 ◦ green 157 ◦ blue 66

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

Shades of Fruit Salad #509D42

Tints of Fruit Salad #509D42

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.82%

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 26.4%
G = 51.82%
B = 21.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#509D42 (or 0x509D42) is known color: Fruit Salad. HEX triplet: 50, 9D and 42. RGB value is (80,157,66). Sum of RGB (Red+Green+Blue) = 80+157+66=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #509D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509D42 is #AF62BD. Grayscale: #7B7B7B. Windows color (decimal): -11494078 or 4365648. OLE color: 4365648.

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

Color convert

RGB 80 157 66 -
CMYK 0.49 0 0.58 0.38
HSL 110.77º 0.41% 0.44% -
HSV(B) 110.77º 0.58% 0.62% -
XYZ 16.35 26.21 9.35 -
YUV 123.6 95.49 96.9 -
System Red Green Blue C M Y K H S L
Decimal 80 157 66 0.49 0 0.58 0.38 110.77 0.41 0.44
Hex 50 9D 42 31 0 3A 26 6F 29 2C
Octal 120 235 102 61 0 72 46 157 51 54
Binary 1010000 10011101 1000010 110001 0 111010 100110 1101111 101001 101100

Color Harmonies of #509D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D42

Black with #509D42

Text Example


Text Example

White with #509D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509D42; }

 p { color: rgb(80,157,66); }

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

background-color css

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

 a { background-color: rgb(80,157,66); }

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

border-color css

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

 span { border-color: rgb(80,157,66); }

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