#64C288

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

Shades of Silver Tree #64C288

Tints of Silver Tree #64C288

Color information

#64C288 (or 0x64C288) is unknown color: approx Silver Tree. HEX triplet: 64, C2 and 88. RGB value is (100,194,136). Sum of RGB (Red+Green+Blue) = 100+194+136=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #64C288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C288 is #9B3D77. Grayscale: #9F9F9F. Windows color (decimal): -10173816 or 8962660. OLE color: 8962660.

HSL color Cylindrical-coordinate representation of color #64C288: hue angle of 142.98º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C288 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB100194136-
CMYK0.4800.300.24
HSL142.98º43.52%57.65%-
HSV(B)142.98º48.45%76.08%-
XYZ28.9943.0730.08-
YUV159.28114.8685.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.26%
GREEN value IS 194 (76.17% from 255) = 45.12%
BLUE value IS 136 (53.52% from 255) = 31.63%
R=23.26%
G=45.12%
B=31.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001941360.4800.300.24142.9843.5257.65
Hex64C2883001E188f2c3a
Octal14430221060036302175472
Binary110010011000010100010001100000111101100010001111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,194,136); }

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

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

 a { background-color: rgb(100,194,136); }

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

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

 span { border-color: rgb(100,194,136); }

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