Html Css Color HEX #64CD7E Emerald

📋 copy color: '#64CD7E'

red 100 ◦ green 205 ◦ blue 126

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

Shades of Emerald #64CD7E

Tints of Emerald #64CD7E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.56%

 BLUE value IS 126 (49.61% from 255) = 29.23%

R = 23.2%
G = 47.56%
B = 29.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#64CD7E (or 0x64CD7E) is known color: Emerald. HEX triplet: 64, CD and 7E. RGB value is (100,205,126). Sum of RGB (Red+Green+Blue) = 100+205+126=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD7E is #9B3281. Grayscale: #A4A4A4. Windows color (decimal): -10171010 or 8310116. OLE color: 8310116.

HSL color Cylindrical-coordinate representation of color #64CD7E: hue angle of 134.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CD7E is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 126 -
CMYK 0.51 0 0.39 0.20
HSL 134.86º 0.51% 0.6% -
HSV(B) 134.86º 0.51% 0.8% -
XYZ 30.85 47.88 27.35 -
YUV 164.6 106.21 81.92 -
System Red Green Blue C M Y K H S L
Decimal 100 205 126 0.51 0 0.39 0.20 134.86 0.51 0.6
Hex 64 CD 7E 33 0 27 14 87 33 3C
Octal 144 315 176 63 0 47 24 207 63 74
Binary 1100100 11001101 1111110 110011 0 100111 10100 10000111 110011 111100

Color Harmonies of #64CD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD7E

Black with #64CD7E

Text Example


Text Example

White with #64CD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,205,126); }

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

background-color css

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

 a { background-color: rgb(100,205,126); }

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

border-color css

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

 span { border-color: rgb(100,205,126); }

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