#61DD8A

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

Shades of Emerald #61DD8A

Tints of Emerald #61DD8A

Color information

#61DD8A (or 0x61DD8A) is unknown color: approx Emerald. HEX triplet: 61, DD and 8A. RGB value is (97,221,138). Sum of RGB (Red+Green+Blue) = 97+221+138=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DD8A is #9E2275. Grayscale: #AEAEAE. Windows color (decimal): -10363510 or 9100641. OLE color: 9100641.

HSL color Cylindrical-coordinate representation of color #61DD8A: hue angle of 139.84º 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 #61DD8A is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB97221138-
CMYK0.5600.380.13
HSL139.84º64.58%62.35%-
HSV(B)139.84º56.11%86.67%-
XYZ35.3756.0933.01-
YUV174.46107.4272.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.27%
GREEN value IS 221 (86.72% from 255) = 48.46%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=21.27%
G=48.46%
B=30.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972211380.5600.380.13139.8464.5862.35
Hex61DD8A38026D8c413e
Octal141335212700461521410176
Binary1100001110111011000101011100001001101101100011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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