#52B15A

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

Shades of Fruit Salad #52B15A

Tints of Fruit Salad #52B15A

Color information

#52B15A (or 0x52B15A) is unknown color: approx Fruit Salad. HEX triplet: 52, B1 and 5A. RGB value is (82,177,90). Sum of RGB (Red+Green+Blue) = 82+177+90=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #52B15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B15A is #AD4EA5. Grayscale: #8A8A8A. Windows color (decimal): -11357862 or 5943634. OLE color: 5943634.

HSL color Cylindrical-coordinate representation of color #52B15A: hue angle of 125.05º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B15A is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB8217790-
CMYK0.5400.490.31
HSL125.05º37.85%50.78%-
HSV(B)125.05º53.67%69.41%-
XYZ21.0533.9815.12-
YUV138.68100.5387.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 177 (69.53% from 255) = 50.72%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=23.50%
G=50.72%
B=25.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82177900.5400.490.31125.0537.8550.78
Hex52B15A360311F7d2633
Octal12226113266061371754663
Binary10100101011000110110101101100110001111111111101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,177,90); }

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

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

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

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

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

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

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