#52B753

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

Shades of Fruit Salad #52B753

Tints of Fruit Salad #52B753

Color information

#52B753 (or 0x52B753) is unknown color: approx Fruit Salad. HEX triplet: 52, B7 and 53. RGB value is (82,183,83). Sum of RGB (Red+Green+Blue) = 82+183+83=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #52B753 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B753 is #AD48AC. Grayscale: #8D8D8D. Windows color (decimal): -11356333 or 5486418. OLE color: 5486418.

HSL color Cylindrical-coordinate representation of color #52B753: hue angle of 120.59º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B753 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB8218383-
CMYK0.5500.550.28
HSL120.59º41.22%51.96%-
HSV(B)120.59º55.19%71.76%-
XYZ21.9736.2914.03-
YUV141.495.0485.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 183 (71.88% from 255) = 52.59%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=23.56%
G=52.59%
B=23.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82183830.5500.550.28120.5941.2251.96
Hex52B753370371C792934
Octal12226712367067341715164
Binary10100101011011110100111101110110111111001111001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,183,83); }

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

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

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

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

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

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

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