Html Css Color HEX #64BE7E Emerald

📋 copy color: '#64BE7E'

red 100 ◦ green 190 ◦ blue 126

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

Shades of Emerald #64BE7E

Tints of Emerald #64BE7E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.67%

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

R = 24.04%
G = 45.67%
B = 30.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#64BE7E (or 0x64BE7E) is known color: Emerald. HEX triplet: 64, BE and 7E. RGB value is (100,190,126). Sum of RGB (Red+Green+Blue) = 100+190+126=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE7E is #9B4181. Grayscale: #9B9B9B. Windows color (decimal): -10174850 or 8306276. OLE color: 8306276.

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

Color convert

RGB 100 190 126 -
CMYK 0.47 0 0.34 0.25
HSL 137.33º 0.41% 0.57% -
HSV(B) 137.33º 0.47% 0.75% -
XYZ 27.43 41.04 26.21 -
YUV 155.79 111.18 88.2 -
System Red Green Blue C M Y K H S L
Decimal 100 190 126 0.47 0 0.34 0.25 137.33 0.41 0.57
Hex 64 BE 7E 2F 0 22 19 89 29 39
Octal 144 276 176 57 0 42 31 211 51 71
Binary 1100100 10111110 1111110 101111 0 100010 11001 10001001 101001 111001

Color Harmonies of #64BE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE7E

Black with #64BE7E

Text Example


Text Example

White with #64BE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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