Html Css Color HEX #64DF8A Emerald

📋 copy color: '#64DF8A'

red 100 ◦ green 223 ◦ blue 138

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

Shades of Emerald #64DF8A

Tints of Emerald #64DF8A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.37%

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 21.69%
G = 48.37%
B = 29.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#64DF8A (or 0x64DF8A) is known color: Emerald. HEX triplet: 64, DF and 8A. RGB value is (100,223,138). Sum of RGB (Red+Green+Blue) = 100+223+138=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DF8A is #9B2075. Grayscale: #B0B0B0. Windows color (decimal): -10166390 or 9101156. OLE color: 9101156.

HSL color Cylindrical-coordinate representation of color #64DF8A: hue angle of 138.54º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DF8A is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 223 138 -
CMYK 0.55 0 0.38 0.13
HSL 138.54º 0.66% 0.63% -
HSV(B) 138.54º 0.55% 0.87% -
XYZ 36.23 57.32 33.2 -
YUV 176.53 106.25 73.41 -
System Red Green Blue C M Y K H S L
Decimal 100 223 138 0.55 0 0.38 0.13 138.54 0.66 0.63
Hex 64 DF 8A 37 0 26 D 8B 42 3F
Octal 144 337 212 67 0 46 15 213 102 77
Binary 1100100 11011111 10001010 110111 0 100110 1101 10001011 1000010 111111

Color Harmonies of #64DF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DF8A

Black with #64DF8A

Text Example


Text Example

White with #64DF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,223,138); }

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

background-color css

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

 a { background-color: rgb(100,223,138); }

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

border-color css

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

 span { border-color: rgb(100,223,138); }

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