#61C47D

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

Shades of Emerald #61C47D

Tints of Emerald #61C47D

Color information

#61C47D (or 0x61C47D) is unknown color: approx Emerald. HEX triplet: 61, C4 and 7D. RGB value is (97,196,125). Sum of RGB (Red+Green+Blue) = 97+196+125=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #61C47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C47D is #9E3B82. Grayscale: #9E9E9E. Windows color (decimal): -10369923 or 8242273. OLE color: 8242273.

HSL color Cylindrical-coordinate representation of color #61C47D: hue angle of 136.97º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C47D is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB97196125-
CMYK0.5100.360.23
HSL136.97º45.62%57.45%-
HSV(B)136.97º50.51%76.86%-
XYZ28.3743.526.3-
YUV158.3109.284.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 196 (76.95% from 255) = 46.89%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=23.21%
G=46.89%
B=29.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971961250.5100.360.23136.9745.6257.45
Hex61C47D3302417892e39
Octal14130417563044272115671
Binary110000111000100111110111001101001001011110001001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,196,125); }

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

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

 a { background-color: rgb(97,196,125); }

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

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

 span { border-color: rgb(97,196,125); }

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