Html Css Color HEX #52AA5E Fruit Salad

📋 copy color: '#52AA5E'

red 82 ◦ green 170 ◦ blue 94

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

Shades of Fruit Salad #52AA5E

Tints of Fruit Salad #52AA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.13%

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

R = 23.7%
G = 49.13%
B = 27.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#52AA5E (or 0x52AA5E) is known color: Fruit Salad. HEX triplet: 52, AA and 5E. RGB value is (82,170,94). Sum of RGB (Red+Green+Blue) = 82+170+94=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA5E is #AD55A1. Grayscale: #878787. Windows color (decimal): -11359650 or 6203986. OLE color: 6203986.

HSL color Cylindrical-coordinate representation of color #52AA5E: hue angle of 128.18º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AA5E is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 170 94 -
CMYK 0.52 0 0.45 0.33
HSL 128.18º 0.35% 0.49% -
HSV(B) 128.18º 0.52% 0.67% -
XYZ 19.87 31.35 15.59 -
YUV 135.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 82 170 94 0.52 0 0.45 0.33 128.18 0.35 0.49
Hex 52 AA 5E 34 0 2D 21 80 23 31
Octal 122 252 136 64 0 55 41 200 43 61
Binary 1010010 10101010 1011110 110100 0 101101 100001 10000000 100011 110001

Color Harmonies of #52AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA5E

Black with #52AA5E

Text Example


Text Example

White with #52AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AA5E; }

 p { color: rgb(82,170,94); }

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

background-color css

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

 a { background-color: rgb(82,170,94); }

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

border-color css

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

 span { border-color: rgb(82,170,94); }

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