#52B64E

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

Shades of Fruit Salad #52B64E

Tints of Fruit Salad #52B64E

Color information

#52B64E (or 0x52B64E) is unknown color: approx Fruit Salad. HEX triplet: 52, B6 and 4E. RGB value is (82,182,78). Sum of RGB (Red+Green+Blue) = 82+182+78=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 182 (71.48% from 255 or 53.22% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 182 - color contains mainly: green. Hex color #52B64E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B64E is #AD49B1. Grayscale: #8C8C8C. Windows color (decimal): -11356594 or 5158482. OLE color: 5158482.

HSL color Cylindrical-coordinate representation of color #52B64E: hue angle of 117.69º degrees, saturation: 0.42, 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 #52B64E is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB8218278-
CMYK0.5500.570.29
HSL117.69º41.6%50.98%-
HSV(B)117.69º57.14%71.37%-
XYZ21.5835.812.98-
YUV140.2492.8786.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 182 (71.48% from 255) = 53.22%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=23.98%
G=53.22%
B=22.81%

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
Decimal82182780.5500.570.29117.6941.650.98
Hex52B64E370391D762a33
Octal12226611667071351665263
Binary10100101011011010011101101110111001111011110110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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