Html Css Color HEX #52BC87 Silver Tree

📋 copy color: '#52BC87'

red 82 ◦ green 188 ◦ blue 135

#52BC87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #52BC87

Tints of Silver Tree #52BC87

RGB

 RED value IS 82 (32.42% from 255) = 20.25%

 GREEN value IS 188 (73.83% from 255) = 46.42%

 BLUE value IS 135 (53.13% from 255) = 33.33%

R = 20.25%
G = 46.42%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#52BC87 (or 0x52BC87) is known color: Silver Tree. HEX triplet: 52, BC and 87. RGB value is (82,188,135). Sum of RGB (Red+Green+Blue) = 82+188+135=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BC87 is #AD4378. Grayscale: #969696. Windows color (decimal): -11355001 or 8895570. OLE color: 8895570.

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

Color convert

RGB 82 188 135 -
CMYK 0.56 0 0.28 0.26
HSL 150º 0.44% 0.53% -
HSV(B) 150º 0.56% 0.74% -
XYZ 25.84 39.51 29.19 -
YUV 150.26 119.38 79.31 -
System Red Green Blue C M Y K H S L
Decimal 82 188 135 0.56 0 0.28 0.26 150 0.44 0.53
Hex 52 BC 87 38 0 1C 1A 96 2C 35
Octal 122 274 207 70 0 34 32 226 54 65
Binary 1010010 10111100 10000111 111000 0 11100 11010 10010110 101100 110101

Color Harmonies of #52BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC87

Black with #52BC87

Text Example


Text Example

White with #52BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,188,135); }

 H1.HeaderClassName
 {
   color: #52BC87;
 }
 .AnyTagClassName
 {
   color: #52BC87;
 }
</style>

background-color css

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

 a { background-color: rgb(82,188,135); }

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

border-color css

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

 span { border-color: rgb(82,188,135); }

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