Html Css Color HEX #529D50 Fruit Salad

📋 copy color: '#529D50'

red 82 ◦ green 157 ◦ blue 80

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

Shades of Fruit Salad #529D50

Tints of Fruit Salad #529D50

RGB

 RED value IS 82 (32.42% from 255) = 25.71%

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

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 25.71%
G = 49.22%
B = 25.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#529D50 (or 0x529D50) is known color: Fruit Salad. HEX triplet: 52, 9D and 50. RGB value is (82,157,80). Sum of RGB (Red+Green+Blue) = 82+157+80=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #529D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D50 is #AD62AF. Grayscale: #7E7E7E. Windows color (decimal): -11362992 or 5283154. OLE color: 5283154.

HSL color Cylindrical-coordinate representation of color #529D50: hue angle of 118.44º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #529D50 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 80 -
CMYK 0.48 0 0.49 0.38
HSL 118.44º 0.32% 0.46% -
HSV(B) 118.44º 0.49% 0.62% -
XYZ 16.98 26.49 11.81 -
YUV 125.8 102.15 96.76 -
System Red Green Blue C M Y K H S L
Decimal 82 157 80 0.48 0 0.49 0.38 118.44 0.32 0.46
Hex 52 9D 50 30 0 31 26 76 20 2E
Octal 122 235 120 60 0 61 46 166 40 56
Binary 1010010 10011101 1010000 110000 0 110001 100110 1110110 100000 101110

Color Harmonies of #529D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D50

Black with #529D50

Text Example


Text Example

White with #529D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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