Html Css Color HEX #64D07B Emerald

📋 copy color: '#64D07B'

red 100 ◦ green 208 ◦ blue 123

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

Shades of Emerald #64D07B

Tints of Emerald #64D07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.54%

R = 23.2%
G = 48.26%
B = 28.54%

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

#64D07B (or 0x64D07B) is known color: Emerald. HEX triplet: 64, D0 and 7B. RGB value is (100,208,123). Sum of RGB (Red+Green+Blue) = 100+208+123=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #64D07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D07B is #9B2F84. Grayscale: #A6A6A6. Windows color (decimal): -10170245 or 8114276. OLE color: 8114276.

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

Color convert

RGB 100 208 123 -
CMYK 0.52 0 0.41 0.18
HSL 132.78º 0.53% 0.6% -
HSV(B) 132.78º 0.52% 0.82% -
XYZ 31.39 49.25 26.59 -
YUV 166.02 103.72 80.91 -
System Red Green Blue C M Y K H S L
Decimal 100 208 123 0.52 0 0.41 0.18 132.78 0.53 0.6
Hex 64 D0 7B 34 0 29 12 85 35 3C
Octal 144 320 173 64 0 51 22 205 65 74
Binary 1100100 11010000 1111011 110100 0 101001 10010 10000101 110101 111100

Color Harmonies of #64D07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D07B

Black with #64D07B

Text Example


Text Example

White with #64D07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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