Html Css Color HEX #64E195 Silver Tree

📋 copy color: '#64E195'

red 100 ◦ green 225 ◦ blue 149

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

Shades of Silver Tree #64E195

Tints of Silver Tree #64E195

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.47%

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

R = 21.1%
G = 47.47%
B = 31.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#64E195 (or 0x64E195) is known color: Silver Tree. HEX triplet: 64, E1 and 95. RGB value is (100,225,149). Sum of RGB (Red+Green+Blue) = 100+225+149=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #64E195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E195 is #9B1E6A. Grayscale: #B3B3B3. Windows color (decimal): -10165867 or 9822564. OLE color: 9822564.

HSL color Cylindrical-coordinate representation of color #64E195: hue angle of 143.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E195 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 225 149 -
CMYK 0.56 0 0.34 0.12
HSL 143.52º 0.68% 0.64% -
HSV(B) 143.52º 0.56% 0.88% -
XYZ 37.61 58.73 37.79 -
YUV 178.96 111.09 71.68 -
System Red Green Blue C M Y K H S L
Decimal 100 225 149 0.56 0 0.34 0.12 143.52 0.68 0.64
Hex 64 E1 95 38 0 22 C 90 44 40
Octal 144 341 225 70 0 42 14 220 104 100
Binary 1100100 11100001 10010101 111000 0 100010 1100 10010000 1000100 1000000

Color Harmonies of #64E195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E195

Black with #64E195

Text Example


Text Example

White with #64E195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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