#64BC83

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

Shades of Silver Tree #64BC83

Tints of Silver Tree #64BC83

Color information

#64BC83 (or 0x64BC83) is unknown color: approx Silver Tree. HEX triplet: 64, BC and 83. RGB value is (100,188,131). Sum of RGB (Red+Green+Blue) = 100+188+131=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BC83 is #9B437C. Grayscale: #9B9B9B. Windows color (decimal): -10175357 or 8633444. OLE color: 8633444.

HSL color Cylindrical-coordinate representation of color #64BC83: hue angle of 141.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC83 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB100188131-
CMYK0.4700.300.26
HSL141.14º39.64%56.47%-
HSV(B)141.14º46.81%73.73%-
XYZ27.3440.3127.81-
YUV155.19114.3588.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.87%
GREEN value IS 188 (73.83% from 255) = 44.87%
BLUE value IS 131 (51.56% from 255) = 31.26%
R=23.87%
G=44.87%
B=31.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001881310.4700.300.26141.1439.6456.47
Hex64BC832F01E1A8d2838
Octal14427420357036322155070
Binary110010010111100100000111011110111101101010001101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BC83; }

 p { color: rgb(100,188,131); }

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

<style>
 a { background-color: #64BC83; }

 a { background-color: rgb(100,188,131); }

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

<style>
 span { border-color: #64BC83; }

 span { border-color: rgb(100,188,131); }

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