#52BF88

Color #52BF88 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #52BF88

Tints of Silver Tree #52BF88

Color information

#52BF88 (or 0x52BF88) is unknown color: approx Silver Tree. HEX triplet: 52, BF and 88. RGB value is (82,191,136). Sum of RGB (Red+Green+Blue) = 82+191+136=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BF88 is #AD4077. Grayscale: #989898. Windows color (decimal): -11354232 or 8961874. OLE color: 8961874.

HSL color Cylindrical-coordinate representation of color #52BF88: hue angle of 149.72º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BF88 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB82191136-
CMYK0.5700.290.25
HSL149.72º45.99%53.53%-
HSV(B)149.72º57.07%74.9%-
XYZ26.5540.8329.77-
YUV152.14118.8977.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.05%
GREEN value IS 191 (75% from 255) = 46.70%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=20.05%
G=46.70%
B=33.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821911360.5700.290.25149.7245.9953.53
Hex52BF883901D19962e36
Octal12227721071035312265666
Binary101001010111111100010001110010111011100110010110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,191,136); }

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

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

 a { background-color: rgb(82,191,136); }

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

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

 span { border-color: rgb(82,191,136); }

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