Html Css Color HEX #64E096 Silver Tree

📋 copy color: '#64E096'

red 100 ◦ green 224 ◦ blue 150

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

Shades of Silver Tree #64E096

Tints of Silver Tree #64E096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.26%

 BLUE value IS 150 (58.98% from 255) = 31.65%

R = 21.1%
G = 47.26%
B = 31.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#64E096 (or 0x64E096) is known color: Silver Tree. HEX triplet: 64, E0 and 96. RGB value is (100,224,150). Sum of RGB (Red+Green+Blue) = 100+224+150=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #64E096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E096 is #9B1F69. Grayscale: #B2B2B2. Windows color (decimal): -10166122 or 9887844. OLE color: 9887844.

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

Color convert

RGB 100 224 150 -
CMYK 0.55 0 0.33 0.12
HSL 144.19º 0.67% 0.64% -
HSV(B) 144.19º 0.55% 0.88% -
XYZ 37.42 58.22 38.12 -
YUV 178.49 111.92 72.02 -
System Red Green Blue C M Y K H S L
Decimal 100 224 150 0.55 0 0.33 0.12 144.19 0.67 0.64
Hex 64 E0 96 37 0 21 C 90 43 40
Octal 144 340 226 67 0 41 14 220 103 100
Binary 1100100 11100000 10010110 110111 0 100001 1100 10010000 1000011 1000000

Color Harmonies of #64E096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E096

Black with #64E096

Text Example


Text Example

White with #64E096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,224,150); }

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

background-color css

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

 a { background-color: rgb(100,224,150); }

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

border-color css

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

 span { border-color: rgb(100,224,150); }

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