#63BA80

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

Shades of Silver Tree #63BA80

Tints of Silver Tree #63BA80

Color information

#63BA80 (or 0x63BA80) is unknown color: approx Silver Tree. HEX triplet: 63, BA and 80. RGB value is (99,186,128). Sum of RGB (Red+Green+Blue) = 99+186+128=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BA80 is #9C457F. Grayscale: #999999. Windows color (decimal): -10241408 or 8436323. OLE color: 8436323.

HSL color Cylindrical-coordinate representation of color #63BA80: hue angle of 140º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BA80 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB99186128-
CMYK0.4700.310.27
HSL140º38.67%55.88%-
HSV(B)140º46.77%72.94%-
XYZ26.639.3326.61-
YUV153.38113.6889.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.97%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=23.97%
G=45.04%
B=30.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991861280.4700.310.2714038.6755.88
Hex63BA802F01F1B8c2738
Octal14327220057037332144770
Binary110001110111010100000001011110111111101110001100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63BA80; }

 p { color: rgb(99,186,128); }

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

<style>
 a { background-color: #63BA80; }

 a { background-color: rgb(99,186,128); }

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

<style>
 span { border-color: #63BA80; }

 span { border-color: rgb(99,186,128); }

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