#61D47C

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

Shades of Emerald #61D47C

Tints of Emerald #61D47C

Color information

#61D47C (or 0x61D47C) is unknown color: approx Emerald. HEX triplet: 61, D4 and 7C. RGB value is (97,212,124). Sum of RGB (Red+Green+Blue) = 97+212+124=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #61D47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D47C is #9E2B83. Grayscale: #A7A7A7. Windows color (decimal): -10365828 or 8180833. OLE color: 8180833.

HSL color Cylindrical-coordinate representation of color #61D47C: hue angle of 134.09º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D47C is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB97212124-
CMYK0.5400.420.17
HSL134.09º57.21%60.59%-
HSV(B)134.09º54.25%83.14%-
XYZ32.1151.0827.24-
YUV167.58103.477.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 212 (83.20% from 255) = 48.96%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=22.40%
G=48.96%
B=28.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal972121240.5400.420.17134.0957.2160.59
Hex61D47C3602A1186393d
Octal14132417466052212067175
Binary110000111010100111110011011001010101000110000110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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