#52B650

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

Shades of Fruit Salad #52B650

Tints of Fruit Salad #52B650

Color information

#52B650 (or 0x52B650) is unknown color: approx Fruit Salad. HEX triplet: 52, B6 and 50. RGB value is (82,182,80). Sum of RGB (Red+Green+Blue) = 82+182+80=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #52B650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B650 is #AD49AF. Grayscale: #8C8C8C. Windows color (decimal): -11356592 or 5289554. OLE color: 5289554.

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

Color convert

RGB8218280-
CMYK0.5500.560.29
HSL118.82º41.13%51.37%-
HSV(B)118.82º56.04%71.37%-
XYZ21.6635.8313.36-
YUV140.4793.8786.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 182 (71.48% from 255) = 52.91%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=23.84%
G=52.91%
B=23.26%

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
Decimal82182800.5500.560.29118.8241.1351.37
Hex52B650370381D772933
Octal12226612067070351675163
Binary10100101011011010100001101110111000111011110111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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