#64C88F

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

Shades of Silver Tree #64C88F

Tints of Silver Tree #64C88F

Color information

#64C88F (or 0x64C88F) is unknown color: approx Silver Tree. HEX triplet: 64, C8 and 8F. RGB value is (100,200,143). Sum of RGB (Red+Green+Blue) = 100+200+143=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #64C88F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C88F is #9B3770. Grayscale: #A3A3A3. Windows color (decimal): -10172273 or 9422948. OLE color: 9422948.

HSL color Cylindrical-coordinate representation of color #64C88F: hue angle of 145.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C88F is Cyan = 0.5, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB100200143-
CMYK0.500.280.22
HSL145.8º47.62%58.82%-
HSV(B)145.8º50%78.43%-
XYZ30.874633.24-
YUV163.6116.3782.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.57%
GREEN value IS 200 (78.52% from 255) = 45.15%
BLUE value IS 143 (56.25% from 255) = 32.28%
R=22.57%
G=45.15%
B=32.28%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1002001430.500.280.22145.847.6258.82
Hex64C88F3201C1692303b
Octal14431021762034262226073
Binary110010011001000100011111100100111001011010010010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,200,143); }

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

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

 a { background-color: rgb(100,200,143); }

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

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

 span { border-color: rgb(100,200,143); }

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