Html Css Color HEX #52AA5D Fruit Salad

📋 copy color: '#52AA5D'

red 82 ◦ green 170 ◦ blue 93

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

Shades of Fruit Salad #52AA5D

Tints of Fruit Salad #52AA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 23.77%
G = 49.28%
B = 26.96%

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

#52AA5D (or 0x52AA5D) is known color: Fruit Salad. HEX triplet: 52, AA and 5D. RGB value is (82,170,93). Sum of RGB (Red+Green+Blue) = 82+170+93=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA5D is #AD55A2. Grayscale: #878787. Windows color (decimal): -11359651 or 6138450. OLE color: 6138450.

HSL color Cylindrical-coordinate representation of color #52AA5D: hue angle of 127.5º 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 #52AA5D is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 170 93 -
CMYK 0.52 0 0.45 0.33
HSL 127.5º 0.35% 0.49% -
HSV(B) 127.5º 0.52% 0.67% -
XYZ 19.83 31.33 15.36 -
YUV 134.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 82 170 93 0.52 0 0.45 0.33 127.5 0.35 0.49
Hex 52 AA 5D 34 0 2D 21 80 23 31
Octal 122 252 135 64 0 55 41 200 43 61
Binary 1010010 10101010 1011101 110100 0 101101 100001 10000000 100011 110001

Color Harmonies of #52AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA5D

Black with #52AA5D

Text Example


Text Example

White with #52AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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