Html Css Color HEX #64C37F Emerald

📋 copy color: '#64C37F'

red 100 ◦ green 195 ◦ blue 127

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

Shades of Emerald #64C37F

Tints of Emerald #64C37F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.21%

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

R = 23.7%
G = 46.21%
B = 30.09%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#64C37F (or 0x64C37F) is known color: Emerald. HEX triplet: 64, C3 and 7F. RGB value is (100,195,127). Sum of RGB (Red+Green+Blue) = 100+195+127=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #64C37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C37F is #9B3C80. Grayscale: #9F9F9F. Windows color (decimal): -10173569 or 8373092. OLE color: 8373092.

HSL color Cylindrical-coordinate representation of color #64C37F: hue angle of 137.05º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C37F is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 195 127 -
CMYK 0.49 0 0.35 0.24
HSL 137.05º 0.44% 0.58% -
HSV(B) 137.05º 0.49% 0.76% -
XYZ 28.6 43.27 26.92 -
YUV 158.84 110.03 86.03 -
System Red Green Blue C M Y K H S L
Decimal 100 195 127 0.49 0 0.35 0.24 137.05 0.44 0.58
Hex 64 C3 7F 31 0 23 18 89 2C 3A
Octal 144 303 177 61 0 43 30 211 54 72
Binary 1100100 11000011 1111111 110001 0 100011 11000 10001001 101100 111010

Color Harmonies of #64C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C37F

Black with #64C37F

Text Example


Text Example

White with #64C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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