#64CB84

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

Shades of Silver Tree #64CB84

Tints of Silver Tree #64CB84

Color information

#64CB84 (or 0x64CB84) is unknown color: approx Silver Tree. HEX triplet: 64, CB and 84. RGB value is (100,203,132). Sum of RGB (Red+Green+Blue) = 100+203+132=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CB84 is #9B347B. Grayscale: #A4A4A4. Windows color (decimal): -10171516 or 8702820. OLE color: 8702820.

HSL color Cylindrical-coordinate representation of color #64CB84: hue angle of 138.64º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CB84 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB100203132-
CMYK0.5100.350.20
HSL138.64º49.76%59.41%-
HSV(B)138.64º50.74%79.61%-
XYZ30.7847.0929.3-
YUV164.11109.8882.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.99%
GREEN value IS 203 (79.69% from 255) = 46.67%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=22.99%
G=46.67%
B=30.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1002031320.5100.350.20138.6449.7659.41
Hex64CB8433023148b323b
Octal14431320463043242136273
Binary1100100110010111000010011001101000111010010001011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,203,132); }

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

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

 a { background-color: rgb(100,203,132); }

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

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

 span { border-color: rgb(100,203,132); }

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