Html Css Color HEX #64C07E Emerald

📋 copy color: '#64C07E'

red 100 ◦ green 192 ◦ blue 126

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

Shades of Emerald #64C07E

Tints of Emerald #64C07E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.93%

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

R = 23.92%
G = 45.93%
B = 30.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#64C07E (or 0x64C07E) is known color: Emerald. HEX triplet: 64, C0 and 7E. RGB value is (100,192,126). Sum of RGB (Red+Green+Blue) = 100+192+126=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #64C07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C07E is #9B3F81. Grayscale: #9D9D9D. Windows color (decimal): -10174338 or 8306788. OLE color: 8306788.

HSL color Cylindrical-coordinate representation of color #64C07E: hue angle of 136.96º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C07E is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 192 126 -
CMYK 0.48 0 0.34 0.25
HSL 136.96º 0.42% 0.57% -
HSV(B) 136.96º 0.48% 0.75% -
XYZ 27.87 41.91 26.36 -
YUV 156.97 110.52 87.37 -
System Red Green Blue C M Y K H S L
Decimal 100 192 126 0.48 0 0.34 0.25 136.96 0.42 0.57
Hex 64 C0 7E 30 0 22 19 89 2A 39
Octal 144 300 176 60 0 42 31 211 52 71
Binary 1100100 11000000 1111110 110000 0 100010 11001 10001001 101010 111001

Color Harmonies of #64C07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C07E

Black with #64C07E

Text Example


Text Example

White with #64C07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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