#52AA51

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

Shades of Fruit Salad #52AA51

Tints of Fruit Salad #52AA51

Color information

#52AA51 (or 0x52AA51) is unknown color: approx Fruit Salad. HEX triplet: 52, AA and 51. RGB value is (82,170,81). Sum of RGB (Red+Green+Blue) = 82+170+81=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA51 is #AD55AE. Grayscale: #858585. Windows color (decimal): -11359663 or 5352018. OLE color: 5352018.

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

Color convert

RGB8217081-
CMYK0.5200.520.33
HSL119.33º35.46%49.22%-
HSV(B)119.33º52.35%66.67%-
XYZ19.3431.1412.78-
YUV133.5498.3591.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=24.62%
G=51.05%
B=24.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82170810.5200.520.33119.3335.4649.22
Hex52AA513403421772331
Octal12225212164064411674361
Binary101001010101010101000111010001101001000011110111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,170,81); }

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

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

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

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

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

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

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