Html Css Color HEX #52AD5B Fruit Salad

📋 copy color: '#52AD5B'

red 82 ◦ green 173 ◦ blue 91

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

Shades of Fruit Salad #52AD5B

Tints of Fruit Salad #52AD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.3%

R = 23.7%
G = 50%
B = 26.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#52AD5B (or 0x52AD5B) is known color: Fruit Salad. HEX triplet: 52, AD and 5B. RGB value is (82,173,91). Sum of RGB (Red+Green+Blue) = 82+173+91=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD5B is #AD52A4. Grayscale: #888888. Windows color (decimal): -11358885 or 6008146. OLE color: 6008146.

HSL color Cylindrical-coordinate representation of color #52AD5B: hue angle of 125.93º 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 #52AD5B is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 91 -
CMYK 0.53 0 0.47 0.32
HSL 125.93º 0.36% 0.5% -
HSV(B) 125.93º 0.53% 0.68% -
XYZ 20.31 32.44 15.09 -
YUV 136.44 102.35 89.17 -
System Red Green Blue C M Y K H S L
Decimal 82 173 91 0.53 0 0.47 0.32 125.93 0.36 0.5
Hex 52 AD 5B 35 0 2F 20 7E 24 32
Octal 122 255 133 65 0 57 40 176 44 62
Binary 1010010 10101101 1011011 110101 0 101111 100000 1111110 100100 110010

Color Harmonies of #52AD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD5B

Black with #52AD5B

Text Example


Text Example

White with #52AD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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