#52B858

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

Shades of Fruit Salad #52B858

Tints of Fruit Salad #52B858

Color information

#52B858 (or 0x52B858) is unknown color: approx Fruit Salad. HEX triplet: 52, B8 and 58. RGB value is (82,184,88). Sum of RGB (Red+Green+Blue) = 82+184+88=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #52B858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B858 is #AD47A7. Grayscale: #8E8E8E. Windows color (decimal): -11356072 or 5814354. OLE color: 5814354.

HSL color Cylindrical-coordinate representation of color #52B858: hue angle of 123.53º degrees, saturation: 0.42, 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 #52B858 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB8218488-
CMYK0.5500.520.28
HSL123.53º41.8%52.16%-
HSV(B)123.53º55.43%72.16%-
XYZ22.3836.7815.15-
YUV142.5697.2184.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 184 (72.27% from 255) = 51.98%
BLUE value IS 88 (34.77% from 255) = 24.86%
R=23.16%
G=51.98%
B=24.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82184880.5500.520.28123.5341.852.16
Hex52B858370341C7c2a34
Octal12227013067064341745264
Binary10100101011100010110001101110110100111001111100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,184,88); }

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

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

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

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

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

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

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