Html Css Color HEX #52A450 Fruit Salad

📋 copy color: '#52A450'

red 82 ◦ green 164 ◦ blue 80

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

Shades of Fruit Salad #52A450

Tints of Fruit Salad #52A450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.31%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 25.15%
G = 50.31%
B = 24.54%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#52A450 (or 0x52A450) is known color: Fruit Salad. HEX triplet: 52, A4 and 50. RGB value is (82,164,80). Sum of RGB (Red+Green+Blue) = 82+164+80=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #52A450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A450 is #AD5BAF. Grayscale: #828282. Windows color (decimal): -11361200 or 5284946. OLE color: 5284946.

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

Color convert

RGB 82 164 80 -
CMYK 0.5 0 0.51 0.36
HSL 118.57º 0.34% 0.48% -
HSV(B) 118.57º 0.51% 0.64% -
XYZ 18.2 28.92 12.21 -
YUV 129.91 99.83 93.83 -
System Red Green Blue C M Y K H S L
Decimal 82 164 80 0.5 0 0.51 0.36 118.57 0.34 0.48
Hex 52 A4 50 32 0 33 24 77 22 30
Octal 122 244 120 62 0 63 44 167 42 60
Binary 1010010 10100100 1010000 110010 0 110011 100100 1110111 100010 110000

Color Harmonies of #52A450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A450

Black with #52A450

Text Example


Text Example

White with #52A450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,164,80); }

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

background-color css

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

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

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

border-color css

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

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

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