Html Css Color HEX #64CB7C Emerald

📋 copy color: '#64CB7C'

red 100 ◦ green 203 ◦ blue 124

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

Shades of Emerald #64CB7C

Tints of Emerald #64CB7C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.54%

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 23.42%
G = 47.54%
B = 29.04%

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

#64CB7C (or 0x64CB7C) is known color: Emerald. HEX triplet: 64, CB and 7C. RGB value is (100,203,124). Sum of RGB (Red+Green+Blue) = 100+203+124=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CB7C is #9B3483. Grayscale: #A3A3A3. Windows color (decimal): -10171524 or 8178532. OLE color: 8178532.

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

Color convert

RGB 100 203 124 -
CMYK 0.51 0 0.39 0.20
HSL 133.98º 0.5% 0.59% -
HSV(B) 133.98º 0.51% 0.8% -
XYZ 30.25 46.88 26.52 -
YUV 163.2 105.88 82.92 -
System Red Green Blue C M Y K H S L
Decimal 100 203 124 0.51 0 0.39 0.20 133.98 0.5 0.59
Hex 64 CB 7C 33 0 27 14 86 32 3B
Octal 144 313 174 63 0 47 24 206 62 73
Binary 1100100 11001011 1111100 110011 0 100111 10100 10000110 110010 111011

Color Harmonies of #64CB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CB7C

Black with #64CB7C

Text Example


Text Example

White with #64CB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,203,124); }

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

background-color css

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

 a { background-color: rgb(100,203,124); }

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

border-color css

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

 span { border-color: rgb(100,203,124); }

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