#52BB58

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

Shades of Fruit Salad #52BB58

Tints of Fruit Salad #52BB58

Color information

#52BB58 (or 0x52BB58) is unknown color: approx Fruit Salad. HEX triplet: 52, BB and 58. RGB value is (82,187,88). Sum of RGB (Red+Green+Blue) = 82+187+88=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BB58 is #AD44A7. Grayscale: #909090. Windows color (decimal): -11355304 or 5815122. OLE color: 5815122.

HSL color Cylindrical-coordinate representation of color #52BB58: hue angle of 123.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BB58 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB8218788-
CMYK0.5600.530.27
HSL123.43º43.57%52.75%-
HSV(B)123.43º56.15%73.33%-
XYZ23.0138.0415.36-
YUV144.3296.2183.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 187 (73.44% from 255) = 52.38%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=22.97%
G=52.38%
B=24.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82187880.5600.530.27123.4343.5752.75
Hex52BB58380351B7b2c35
Octal12227313070065331735465
Binary10100101011101110110001110000110101110111111011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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