Html Css Color HEX #52AC5C Fruit Salad

📋 copy color: '#52AC5C'

red 82 ◦ green 172 ◦ blue 92

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

Shades of Fruit Salad #52AC5C

Tints of Fruit Salad #52AC5C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.71%

 BLUE value IS 92 (36.33% from 255) = 26.59%

R = 23.7%
G = 49.71%
B = 26.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#52AC5C (or 0x52AC5C) is known color: Fruit Salad. HEX triplet: 52, AC and 5C. RGB value is (82,172,92). Sum of RGB (Red+Green+Blue) = 82+172+92=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AC5C is #AD53A3. Grayscale: #888888. Windows color (decimal): -11359140 or 6073426. OLE color: 6073426.

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

Color convert

RGB 82 172 92 -
CMYK 0.52 0 0.47 0.33
HSL 126.67º 0.35% 0.5% -
HSV(B) 126.67º 0.52% 0.67% -
XYZ 20.16 32.07 15.25 -
YUV 135.97 103.18 89.5 -
System Red Green Blue C M Y K H S L
Decimal 82 172 92 0.52 0 0.47 0.33 126.67 0.35 0.5
Hex 52 AC 5C 34 0 2F 21 7F 23 32
Octal 122 254 134 64 0 57 41 177 43 62
Binary 1010010 10101100 1011100 110100 0 101111 100001 1111111 100011 110010

Color Harmonies of #52AC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC5C

Black with #52AC5C

Text Example


Text Example

White with #52AC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,172,92); }

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

background-color css

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

 a { background-color: rgb(82,172,92); }

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

border-color css

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

 span { border-color: rgb(82,172,92); }

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