#63AF80

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

Shades of Silver Tree #63AF80

Tints of Silver Tree #63AF80

Color information

#63AF80 (or 0x63AF80) is unknown color: approx Silver Tree. HEX triplet: 63, AF and 80. RGB value is (99,175,128). Sum of RGB (Red+Green+Blue) = 99+175+128=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AF80 is #9C507F. Grayscale: #939393. Windows color (decimal): -10244224 or 8433507. OLE color: 8433507.

HSL color Cylindrical-coordinate representation of color #63AF80: hue angle of 142.89º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AF80 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB99175128-
CMYK0.4300.270.31
HSL142.89º32.2%53.73%-
HSV(B)142.89º43.43%68.63%-
XYZ24.3734.8725.87-
YUV146.92117.3293.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.63%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=24.63%
G=43.53%
B=31.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991751280.4300.270.31142.8932.253.73
Hex63AF802B01B1F8f2036
Octal14325720053033372174066
Binary110001110101111100000001010110110111111110001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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