#52B54F

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

Shades of Fruit Salad #52B54F

Tints of Fruit Salad #52B54F

Color information

#52B54F (or 0x52B54F) is unknown color: approx Fruit Salad. HEX triplet: 52, B5 and 4F. RGB value is (82,181,79). Sum of RGB (Red+Green+Blue) = 82+181+79=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #52B54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B54F is #AD4AB0. Grayscale: #8C8C8C. Windows color (decimal): -11356849 or 5223762. OLE color: 5223762.

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

Color convert

RGB8218179-
CMYK0.5500.560.29
HSL118.24º40.8%50.98%-
HSV(B)118.24º56.35%70.98%-
XYZ21.4135.4113.1-
YUV139.7793.786.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 181 (71.09% from 255) = 52.92%
BLUE value IS 79 (31.25% from 255) = 23.10%
R=23.98%
G=52.92%
B=23.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82181790.5500.560.29118.2440.850.98
Hex52B54F370381D762933
Octal12226511767070351665163
Binary10100101011010110011111101110111000111011110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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