#52B452

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

Shades of Fruit Salad #52B452

Tints of Fruit Salad #52B452

Color information

#52B452 (or 0x52B452) is unknown color: approx Fruit Salad. HEX triplet: 52, B4 and 52. RGB value is (82,180,82). Sum of RGB (Red+Green+Blue) = 82+180+82=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #52B452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B452 is #AD4BAD. Grayscale: #8B8B8B. Windows color (decimal): -11357102 or 5420114. OLE color: 5420114.

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

Color convert

RGB8218082-
CMYK0.5400.540.29
HSL120º39.52%51.37%-
HSV(B)120º54.44%70.59%-
XYZ21.3235.0513.62-
YUV139.5395.5386.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 180 (70.70% from 255) = 52.33%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=23.84%
G=52.33%
B=23.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82180820.5400.540.2912039.5251.37
Hex52B452360361D782833
Octal12226412266066351705063
Binary10100101011010010100101101100110110111011111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,180,82); }

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

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

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

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

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

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

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