Html Css Color HEX #64D07A Emerald

📋 copy color: '#64D07A'

red 100 ◦ green 208 ◦ blue 122

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

Shades of Emerald #64D07A

Tints of Emerald #64D07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.37%

R = 23.26%
G = 48.37%
B = 28.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#64D07A (or 0x64D07A) is known color: Emerald. HEX triplet: 64, D0 and 7A. RGB value is (100,208,122). Sum of RGB (Red+Green+Blue) = 100+208+122=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #64D07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D07A is #9B2F85. Grayscale: #A6A6A6. Windows color (decimal): -10170246 or 8048740. OLE color: 8048740.

HSL color Cylindrical-coordinate representation of color #64D07A: hue angle of 132.22º 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 #64D07A is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 122 -
CMYK 0.52 0 0.41 0.18
HSL 132.22º 0.53% 0.6% -
HSV(B) 132.22º 0.52% 0.82% -
XYZ 31.32 49.23 26.26 -
YUV 165.9 103.22 80.99 -
System Red Green Blue C M Y K H S L
Decimal 100 208 122 0.52 0 0.41 0.18 132.22 0.53 0.6
Hex 64 D0 7A 34 0 29 12 84 35 3C
Octal 144 320 172 64 0 51 22 204 65 74
Binary 1100100 11010000 1111010 110100 0 101001 10010 10000100 110101 111100

Color Harmonies of #64D07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D07A

Black with #64D07A

Text Example


Text Example

White with #64D07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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