Html Css Color HEX #52AD4A Fruit Salad

📋 copy color: '#52AD4A'

red 82 ◦ green 173 ◦ blue 74

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

Shades of Fruit Salad #52AD4A

Tints of Fruit Salad #52AD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 24.92%
G = 52.58%
B = 22.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#52AD4A (or 0x52AD4A) is known color: Fruit Salad. HEX triplet: 52, AD and 4A. RGB value is (82,173,74). Sum of RGB (Red+Green+Blue) = 82+173+74=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD4A is #AD52B5. Grayscale: #868686. Windows color (decimal): -11358902 or 4894034. OLE color: 4894034.

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

Color convert

RGB 82 173 74 -
CMYK 0.53 0 0.57 0.32
HSL 115.15º 0.4% 0.48% -
HSV(B) 115.15º 0.57% 0.68% -
XYZ 19.66 32.18 11.65 -
YUV 134.51 93.85 90.55 -
System Red Green Blue C M Y K H S L
Decimal 82 173 74 0.53 0 0.57 0.32 115.15 0.4 0.48
Hex 52 AD 4A 35 0 39 20 73 28 30
Octal 122 255 112 65 0 71 40 163 50 60
Binary 1010010 10101101 1001010 110101 0 111001 100000 1110011 101000 110000

Color Harmonies of #52AD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD4A

Black with #52AD4A

Text Example


Text Example

White with #52AD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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