#52AC4D

Color #52AC4D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #52AC4D

Tints of Fruit Salad #52AC4D

Color information

#52AC4D (or 0x52AC4D) is unknown color: approx Fruit Salad. HEX triplet: 52, AC and 4D. RGB value is (82,172,77). Sum of RGB (Red+Green+Blue) = 82+172+77=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AC4D is #AD53B2. Grayscale: #868686. Windows color (decimal): -11359155 or 5090386. OLE color: 5090386.

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

Color convert

RGB8217277-
CMYK0.5200.550.33
HSL116.84º38.15%48.82%-
HSV(B)116.84º55.23%67.45%-
XYZ19.5731.8312.13-
YUV134.2695.6890.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 172 (67.58% from 255) = 51.96%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=24.77%
G=51.96%
B=23.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82172770.5200.550.33116.8438.1548.82
Hex52AC4D3403721752631
Octal12225411564067411654661
Binary101001010101100100110111010001101111000011110101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52AC4D;
 }
 .AnyTagClassName
 {
   color: #52AC4D;
 }
</style>
background-color css

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

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

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

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

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

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