Html Css Color HEX #52A152 Fruit Salad

📋 copy color: '#52A152'

red 82 ◦ green 161 ◦ blue 82

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

Shades of Fruit Salad #52A152

Tints of Fruit Salad #52A152

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.54%

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 25.23%
G = 49.54%
B = 25.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#52A152 (or 0x52A152) is known color: Fruit Salad. HEX triplet: 52, A1 and 52. RGB value is (82,161,82). Sum of RGB (Red+Green+Blue) = 82+161+82=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #52A152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A152 is #AD5EAD. Grayscale: #808080. Windows color (decimal): -11361966 or 5415250. OLE color: 5415250.

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

Color convert

RGB 82 161 82 -
CMYK 0.49 0 0.49 0.37
HSL 120º 0.33% 0.48% -
HSV(B) 120º 0.49% 0.63% -
XYZ 17.75 27.89 12.43 -
YUV 128.37 101.83 94.92 -
System Red Green Blue C M Y K H S L
Decimal 82 161 82 0.49 0 0.49 0.37 120 0.33 0.48
Hex 52 A1 52 31 0 31 25 78 21 30
Octal 122 241 122 61 0 61 45 170 41 60
Binary 1010010 10100001 1010010 110001 0 110001 100101 1111000 100001 110000

Color Harmonies of #52A152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A152

Black with #52A152

Text Example


Text Example

White with #52A152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,161,82); }

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

background-color css

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

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

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

border-color css

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

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

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