Html Css Color HEX #61C07C Emerald

📋 copy color: '#61C07C'

red 97 ◦ green 192 ◦ blue 124

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

Shades of Emerald #61C07C

Tints of Emerald #61C07C

RGB

 RED value IS 97 (38.28% from 255) = 23.49%

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

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

R = 23.49%
G = 46.49%
B = 30.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#61C07C (or 0x61C07C) is known color: Emerald. HEX triplet: 61, C0 and 7C. RGB value is (97,192,124). Sum of RGB (Red+Green+Blue) = 97+192+124=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #61C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C07C is #9E3F83. Grayscale: #9C9C9C. Windows color (decimal): -10370948 or 8175713. OLE color: 8175713.

HSL color Cylindrical-coordinate representation of color #61C07C: hue angle of 137.05º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61C07C is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 192 124 -
CMYK 0.49 0 0.35 0.25
HSL 137.05º 0.43% 0.57% -
HSV(B) 137.05º 0.49% 0.75% -
XYZ 27.42 41.7 25.67 -
YUV 155.84 110.03 86.03 -
System Red Green Blue C M Y K H S L
Decimal 97 192 124 0.49 0 0.35 0.25 137.05 0.43 0.57
Hex 61 C0 7C 31 0 23 19 89 2B 39
Octal 141 300 174 61 0 43 31 211 53 71
Binary 1100001 11000000 1111100 110001 0 100011 11001 10001001 101011 111001

Color Harmonies of #61C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C07C

Black with #61C07C

Text Example


Text Example

White with #61C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61C07C; }

 p { color: rgb(97,192,124); }

 H1.HeaderClassName
 {
   color: #61C07C;
 }
 .AnyTagClassName
 {
   color: #61C07C;
 }
</style>

background-color css

<style>
 a { background-color: #61C07C; }

 a { background-color: rgb(97,192,124); }

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

border-color css

<style>
 span { border-color: #61C07C; }

 span { border-color: rgb(97,192,124); }

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