#52CB96

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

Shades of Silver Tree #52CB96

Tints of Silver Tree #52CB96

Color information

#52CB96 (or 0x52CB96) is unknown color: approx Silver Tree. HEX triplet: 52, CB and 96. RGB value is (82,203,150). Sum of RGB (Red+Green+Blue) = 82+203+150=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CB96 is #AD3469. Grayscale: #A0A0A0. Windows color (decimal): -11351146 or 9882450. OLE color: 9882450.

HSL color Cylindrical-coordinate representation of color #52CB96: hue angle of 153.72º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CB96 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB82203150-
CMYK0.6000.260.20
HSL153.72º53.78%55.88%-
HSV(B)153.72º59.61%79.61%-
XYZ30.3446.7136.27-
YUV160.78121.9171.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.85%
GREEN value IS 203 (79.69% from 255) = 46.67%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=18.85%
G=46.67%
B=34.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822031500.6000.260.20153.7253.7855.88
Hex52CB963C01A149a3638
Octal12231322674032242326670
Binary101001011001011100101101111000110101010010011010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,203,150); }

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

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

 a { background-color: rgb(82,203,150); }

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

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

 span { border-color: rgb(82,203,150); }

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