Html Css Color HEX #64D07D Emerald

📋 copy color: '#64D07D'

red 100 ◦ green 208 ◦ blue 125

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

Shades of Emerald #64D07D

Tints of Emerald #64D07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.04%

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 23.09%
G = 48.04%
B = 28.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#64D07D (or 0x64D07D) is known color: Emerald. HEX triplet: 64, D0 and 7D. RGB value is (100,208,125). Sum of RGB (Red+Green+Blue) = 100+208+125=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #64D07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D07D is #9B2F82. Grayscale: #A6A6A6. Windows color (decimal): -10170243 or 8245348. OLE color: 8245348.

HSL color Cylindrical-coordinate representation of color #64D07D: hue angle of 133.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D07D is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 125 -
CMYK 0.52 0 0.40 0.18
HSL 133.89º 0.53% 0.6% -
HSV(B) 133.89º 0.52% 0.82% -
XYZ 31.51 49.3 27.26 -
YUV 166.25 104.72 80.75 -
System Red Green Blue C M Y K H S L
Decimal 100 208 125 0.52 0 0.40 0.18 133.89 0.53 0.6
Hex 64 D0 7D 34 0 28 12 86 35 3C
Octal 144 320 175 64 0 50 22 206 65 74
Binary 1100100 11010000 1111101 110100 0 101000 10010 10000110 110101 111100

Color Harmonies of #64D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D07D

Black with #64D07D

Text Example


Text Example

White with #64D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,208,125); }

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

background-color css

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

 a { background-color: rgb(100,208,125); }

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

border-color css

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

 span { border-color: rgb(100,208,125); }

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