Html Css Color HEX #64D595 Silver Tree

📋 copy color: '#64D595'

red 100 ◦ green 213 ◦ blue 149

#64D595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #64D595

Tints of Silver Tree #64D595

RGB

 RED value IS 100 (39.45% from 255) = 21.65%

 GREEN value IS 213 (83.59% from 255) = 46.1%

 BLUE value IS 149 (58.59% from 255) = 32.25%

R = 21.65%
G = 46.1%
B = 32.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#64D595 (or 0x64D595) is known color: Silver Tree. HEX triplet: 64, D5 and 95. RGB value is (100,213,149). Sum of RGB (Red+Green+Blue) = 100+213+149=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #64D595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D595 is #9B2A6A. Grayscale: #ACACAC. Windows color (decimal): -10168939 or 9819492. OLE color: 9819492.

HSL color Cylindrical-coordinate representation of color #64D595: hue angle of 146.02º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D595 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 213 149 -
CMYK 0.53 0 0.30 0.16
HSL 146.02º 0.57% 0.61% -
HSV(B) 146.02º 0.53% 0.84% -
XYZ 34.47 52.47 36.74 -
YUV 171.92 115.06 76.7 -
System Red Green Blue C M Y K H S L
Decimal 100 213 149 0.53 0 0.30 0.16 146.02 0.57 0.61
Hex 64 D5 95 35 0 1E 10 92 39 3D
Octal 144 325 225 65 0 36 20 222 71 75
Binary 1100100 11010101 10010101 110101 0 11110 10000 10010010 111001 111101

Color Harmonies of #64D595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D595

Black with #64D595

Text Example


Text Example

White with #64D595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,213,149); }

 H1.HeaderClassName
 {
   color: #64D595;
 }
 .AnyTagClassName
 {
   color: #64D595;
 }
</style>

background-color css

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

 a { background-color: rgb(100,213,149); }

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

border-color css

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

 span { border-color: rgb(100,213,149); }

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