#52A14D

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

Shades of Fruit Salad #52A14D

Tints of Fruit Salad #52A14D

Color information

#52A14D (or 0x52A14D) is unknown color: approx Fruit Salad. HEX triplet: 52, A1 and 4D. RGB value is (82,161,77). Sum of RGB (Red+Green+Blue) = 82+161+77=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #52A14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A14D is #AD5EB2. Grayscale: #808080. Windows color (decimal): -11361971 or 5087570. OLE color: 5087570.

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

Color convert

RGB8216177-
CMYK0.4900.520.37
HSL116.43º35.29%46.67%-
HSV(B)116.43º52.17%63.14%-
XYZ17.5627.8211.47-
YUV127.899.3395.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 161 (63.28% from 255) = 50.31%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=25.62%
G=50.31%
B=24.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82161770.4900.520.37116.4335.2946.67
Hex52A14D310342574232f
Octal12224111561064451644357
Binary101001010100001100110111000101101001001011110100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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