Html Css Color HEX #52A656 Fruit Salad

📋 copy color: '#52A656'

red 82 ◦ green 166 ◦ blue 86

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

Shades of Fruit Salad #52A656

Tints of Fruit Salad #52A656

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.7%

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 24.55%
G = 49.7%
B = 25.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#52A656 (or 0x52A656) is known color: Fruit Salad. HEX triplet: 52, A6 and 56. RGB value is (82,166,86). Sum of RGB (Red+Green+Blue) = 82+166+86=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #52A656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A656 is #AD59A9. Grayscale: #848484. Windows color (decimal): -11360682 or 5678674. OLE color: 5678674.

HSL color Cylindrical-coordinate representation of color #52A656: hue angle of 122.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A656 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 166 86 -
CMYK 0.51 0 0.48 0.35
HSL 122.86º 0.34% 0.49% -
HSV(B) 122.86º 0.51% 0.65% -
XYZ 18.8 29.74 13.55 -
YUV 131.76 102.17 92.5 -
System Red Green Blue C M Y K H S L
Decimal 82 166 86 0.51 0 0.48 0.35 122.86 0.34 0.49
Hex 52 A6 56 33 0 30 23 7B 22 31
Octal 122 246 126 63 0 60 43 173 42 61
Binary 1010010 10100110 1010110 110011 0 110000 100011 1111011 100010 110001

Color Harmonies of #52A656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A656

Black with #52A656

Text Example


Text Example

White with #52A656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,166,86); }

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

background-color css

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

 a { background-color: rgb(82,166,86); }

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

border-color css

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

 span { border-color: rgb(82,166,86); }

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