#61DD7C

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

Shades of Emerald #61DD7C

Tints of Emerald #61DD7C

Color information

#61DD7C (or 0x61DD7C) is unknown color: approx Emerald. HEX triplet: 61, DD and 7C. RGB value is (97,221,124). Sum of RGB (Red+Green+Blue) = 97+221+124=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DD7C is #9E2283. Grayscale: #ADADAD. Windows color (decimal): -10363524 or 8183137. OLE color: 8183137.

HSL color Cylindrical-coordinate representation of color #61DD7C: hue angle of 133.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DD7C is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB97221124-
CMYK0.5600.440.13
HSL133.06º64.58%62.35%-
HSV(B)133.06º56.11%86.67%-
XYZ34.4255.7128.01-
YUV172.87100.4273.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 221 (86.72% from 255) = 50%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=21.95%
G=50%
B=28.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972211240.5600.440.13133.0664.5862.35
Hex61DD7C3802CD85413e
Octal141335174700541520510176
Binary110000111011101111110011100001011001101100001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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