Html Css Color HEX #52A260 Fruit Salad

📋 copy color: '#52A260'

red 82 ◦ green 162 ◦ blue 96

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

Shades of Fruit Salad #52A260

Tints of Fruit Salad #52A260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.65%

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 24.12%
G = 47.65%
B = 28.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#52A260 (or 0x52A260) is known color: Fruit Salad. HEX triplet: 52, A2 and 60. RGB value is (82,162,96). Sum of RGB (Red+Green+Blue) = 82+162+96=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #52A260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A260 is #AD5D9F. Grayscale: #828282. Windows color (decimal): -11361696 or 6333010. OLE color: 6333010.

HSL color Cylindrical-coordinate representation of color #52A260: hue angle of 130.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A260 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 162 96 -
CMYK 0.49 0 0.41 0.36
HSL 130.5º 0.33% 0.48% -
HSV(B) 130.5º 0.49% 0.64% -
XYZ 18.51 28.48 15.59 -
YUV 130.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 82 162 96 0.49 0 0.41 0.36 130.5 0.33 0.48
Hex 52 A2 60 31 0 29 24 82 21 30
Octal 122 242 140 61 0 51 44 202 41 60
Binary 1010010 10100010 1100000 110001 0 101001 100100 10000010 100001 110000

Color Harmonies of #52A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A260

Black with #52A260

Text Example


Text Example

White with #52A260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,162,96); }

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

background-color css

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

 a { background-color: rgb(82,162,96); }

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

border-color css

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

 span { border-color: rgb(82,162,96); }

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