Html Css Color HEX #52AD5A Fruit Salad

📋 copy color: '#52AD5A'

red 82 ◦ green 173 ◦ blue 90

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

Shades of Fruit Salad #52AD5A

Tints of Fruit Salad #52AD5A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.14%

 BLUE value IS 90 (35.55% from 255) = 26.09%

R = 23.77%
G = 50.14%
B = 26.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#52AD5A (or 0x52AD5A) is known color: Fruit Salad. HEX triplet: 52, AD and 5A. RGB value is (82,173,90). Sum of RGB (Red+Green+Blue) = 82+173+90=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD5A is #AD52A5. Grayscale: #888888. Windows color (decimal): -11358886 or 5942610. OLE color: 5942610.

HSL color Cylindrical-coordinate representation of color #52AD5A: hue angle of 125.27º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AD5A is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 90 -
CMYK 0.53 0 0.48 0.32
HSL 125.27º 0.36% 0.5% -
HSV(B) 125.27º 0.53% 0.68% -
XYZ 20.27 32.42 14.86 -
YUV 136.33 101.85 89.25 -
System Red Green Blue C M Y K H S L
Decimal 82 173 90 0.53 0 0.48 0.32 125.27 0.36 0.5
Hex 52 AD 5A 35 0 30 20 7D 24 32
Octal 122 255 132 65 0 60 40 175 44 62
Binary 1010010 10101101 1011010 110101 0 110000 100000 1111101 100100 110010

Color Harmonies of #52AD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD5A

Black with #52AD5A

Text Example


Text Example

White with #52AD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,173,90); }

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

background-color css

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

 a { background-color: rgb(82,173,90); }

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

border-color css

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

 span { border-color: rgb(82,173,90); }

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