Html Css Color HEX #64DD95 Silver Tree

📋 copy color: '#64DD95'

red 100 ◦ green 221 ◦ blue 149

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

Shades of Silver Tree #64DD95

Tints of Silver Tree #64DD95

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.02%

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

R = 21.28%
G = 47.02%
B = 31.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#64DD95 (or 0x64DD95) is known color: Silver Tree. HEX triplet: 64, DD and 95. RGB value is (100,221,149). Sum of RGB (Red+Green+Blue) = 100+221+149=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DD95 is #9B226A. Grayscale: #B0B0B0. Windows color (decimal): -10166891 or 9821540. OLE color: 9821540.

HSL color Cylindrical-coordinate representation of color #64DD95: hue angle of 144.3º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DD95 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 221 149 -
CMYK 0.55 0 0.33 0.13
HSL 144.3º 0.64% 0.63% -
HSV(B) 144.3º 0.55% 0.87% -
XYZ 36.54 56.59 37.43 -
YUV 176.61 112.41 73.35 -
System Red Green Blue C M Y K H S L
Decimal 100 221 149 0.55 0 0.33 0.13 144.3 0.64 0.63
Hex 64 DD 95 37 0 21 D 90 40 3F
Octal 144 335 225 67 0 41 15 220 100 77
Binary 1100100 11011101 10010101 110111 0 100001 1101 10010000 1000000 111111

Color Harmonies of #64DD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DD95

Black with #64DD95

Text Example


Text Example

White with #64DD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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