#61D97C

Color #61D97C Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #61D97C

Tints of Emerald #61D97C

Color information

#61D97C (or 0x61D97C) is unknown color: approx Emerald. HEX triplet: 61, D9 and 7C. RGB value is (97,217,124). Sum of RGB (Red+Green+Blue) = 97+217+124=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #61D97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D97C is #9E2683. Grayscale: #AAAAAA. Windows color (decimal): -10364548 or 8182113. OLE color: 8182113.

HSL color Cylindrical-coordinate representation of color #61D97C: hue angle of 133.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D97C is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB97217124-
CMYK0.5500.430.15
HSL133.5º61.22%61.57%-
HSV(B)133.5º55.3%85.1%-
XYZ33.3853.6227.66-
YUV170.52101.7475.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.15%
GREEN value IS 217 (85.16% from 255) = 49.54%
BLUE value IS 124 (48.83% from 255) = 28.31%
R=22.15%
G=49.54%
B=28.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972171240.5500.430.15133.561.2261.57
Hex61D97C3702BF863d3e
Octal14133117467053172067576
Binary11000011101100111111001101110101011111110000110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61D97C;
 }
 .AnyTagClassName
 {
   color: #61D97C;
 }
</style>
background-color css

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

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

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

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

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

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