Html Css Color HEX #64D68E Silver Tree

📋 copy color: '#64D68E'

red 100 ◦ green 214 ◦ blue 142

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

Shades of Silver Tree #64D68E

Tints of Silver Tree #64D68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.93%

 BLUE value IS 142 (55.86% from 255) = 31.14%

R = 21.93%
G = 46.93%
B = 31.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#64D68E (or 0x64D68E) is known color: Silver Tree. HEX triplet: 64, D6 and 8E. RGB value is (100,214,142). Sum of RGB (Red+Green+Blue) = 100+214+142=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #64D68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D68E is #9B2971. Grayscale: #ABABAB. Windows color (decimal): -10168690 or 9360996. OLE color: 9360996.

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

Color convert

RGB 100 214 142 -
CMYK 0.53 0 0.34 0.16
HSL 142.11º 0.58% 0.62% -
HSV(B) 142.11º 0.53% 0.84% -
XYZ 34.18 52.76 33.97 -
YUV 171.71 111.23 76.85 -
System Red Green Blue C M Y K H S L
Decimal 100 214 142 0.53 0 0.34 0.16 142.11 0.58 0.62
Hex 64 D6 8E 35 0 22 10 8E 3A 3E
Octal 144 326 216 65 0 42 20 216 72 76
Binary 1100100 11010110 10001110 110101 0 100010 10000 10001110 111010 111110

Color Harmonies of #64D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D68E

Black with #64D68E

Text Example


Text Example

White with #64D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,214,142); }

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

background-color css

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

 a { background-color: rgb(100,214,142); }

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

border-color css

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

 span { border-color: rgb(100,214,142); }

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