#52B751

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

Shades of Fruit Salad #52B751

Tints of Fruit Salad #52B751

Color information

#52B751 (or 0x52B751) is unknown color: approx Fruit Salad. HEX triplet: 52, B7 and 51. RGB value is (82,183,81). Sum of RGB (Red+Green+Blue) = 82+183+81=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #52B751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B751 is #AD48AE. Grayscale: #8D8D8D. Windows color (decimal): -11356335 or 5355346. OLE color: 5355346.

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

Color convert

RGB8218381-
CMYK0.5500.560.28
HSL119.41º41.46%51.76%-
HSV(B)119.41º55.74%71.76%-
XYZ21.936.2513.63-
YUV141.1794.0485.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 183 (71.88% from 255) = 52.89%
BLUE value IS 81 (32.03% from 255) = 23.41%
R=23.70%
G=52.89%
B=23.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82183810.5500.560.28119.4141.4651.76
Hex52B751370381C772934
Octal12226712167070341675164
Binary10100101011011110100011101110111000111001110111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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