#52B64F

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

Shades of Fruit Salad #52B64F

Tints of Fruit Salad #52B64F

Color information

#52B64F (or 0x52B64F) is unknown color: approx Fruit Salad. HEX triplet: 52, B6 and 4F. RGB value is (82,182,79). Sum of RGB (Red+Green+Blue) = 82+182+79=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 182 (71.48% from 255 or 53.06% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 182 - color contains mainly: green. Hex color #52B64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B64F is #AD49B0. Grayscale: #8C8C8C. Windows color (decimal): -11356593 or 5224018. OLE color: 5224018.

HSL color Cylindrical-coordinate representation of color #52B64F: hue angle of 118.25º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52B64F is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB8218279-
CMYK0.5500.570.29
HSL118.25º41.37%51.18%-
HSV(B)118.25º56.59%71.37%-
XYZ21.6235.8113.17-
YUV140.3693.3786.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 182 (71.48% from 255) = 53.06%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=23.91%
G=53.06%
B=23.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82182790.5500.570.29118.2541.3751.18
Hex52B64F370391D762933
Octal12226611767071351665163
Binary10100101011011010011111101110111001111011110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,182,79); }

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

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

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

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

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

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

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