Html Css Color HEX #64BC7F Silver Tree

📋 copy color: '#64BC7F'

red 100 ◦ green 188 ◦ blue 127

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

Shades of Silver Tree #64BC7F

Tints of Silver Tree #64BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.3%

 BLUE value IS 127 (50% from 255) = 30.6%

R = 24.1%
G = 45.3%
B = 30.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#64BC7F (or 0x64BC7F) is known color: Silver Tree. HEX triplet: 64, BC and 7F. RGB value is (100,188,127). Sum of RGB (Red+Green+Blue) = 100+188+127=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC7F is #9B4380. Grayscale: #9A9A9A. Windows color (decimal): -10175361 or 8371300. OLE color: 8371300.

HSL color Cylindrical-coordinate representation of color #64BC7F: hue angle of 138.41º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC7F is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 188 127 -
CMYK 0.47 0 0.32 0.26
HSL 138.41º 0.4% 0.56% -
HSV(B) 138.41º 0.47% 0.74% -
XYZ 27.07 40.21 26.41 -
YUV 154.73 112.35 88.96 -
System Red Green Blue C M Y K H S L
Decimal 100 188 127 0.47 0 0.32 0.26 138.41 0.4 0.56
Hex 64 BC 7F 2F 0 20 1A 8A 28 38
Octal 144 274 177 57 0 40 32 212 50 70
Binary 1100100 10111100 1111111 101111 0 100000 11010 10001010 101000 111000

Color Harmonies of #64BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC7F

Black with #64BC7F

Text Example


Text Example

White with #64BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,188,127); }

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

background-color css

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

 a { background-color: rgb(100,188,127); }

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

border-color css

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

 span { border-color: rgb(100,188,127); }

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