#55CC96

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

Shades of Silver Tree #55CC96

Tints of Silver Tree #55CC96

Color information

#55CC96 (or 0x55CC96) is unknown color: approx Silver Tree. HEX triplet: 55, CC and 96. RGB value is (85,204,150). Sum of RGB (Red+Green+Blue) = 85+204+150=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CC96 is #AA3369. Grayscale: #A2A2A2. Windows color (decimal): -11154282 or 9882709. OLE color: 9882709.

HSL color Cylindrical-coordinate representation of color #55CC96: hue angle of 152.77º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CC96 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB85204150-
CMYK0.5800.260.2
HSL152.77º53.85%56.67%-
HSV(B)152.77º58.33%80%-
XYZ30.8447.3236.36-
YUV162.26121.0872.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.36%
GREEN value IS 204 (80.08% from 255) = 46.47%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=19.36%
G=46.47%
B=34.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal852041500.5800.260.2152.7753.8556.67
Hex55CC963A01A14993639
Octal12531422672032242316671
Binary101010111001100100101101110100110101010010011001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55CC96; }

 p { color: rgb(85,204,150); }

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

<style>
 a { background-color: #55CC96; }

 a { background-color: rgb(85,204,150); }

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

<style>
 span { border-color: #55CC96; }

 span { border-color: rgb(85,204,150); }

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