#61DD8B

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

Shades of Emerald #61DD8B

Tints of Emerald #61DD8B

Color information

#61DD8B (or 0x61DD8B) is unknown color: approx Emerald. HEX triplet: 61, DD and 8B. RGB value is (97,221,139). Sum of RGB (Red+Green+Blue) = 97+221+139=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DD8B is #9E2274. Grayscale: #AEAEAE. Windows color (decimal): -10363509 or 9166177. OLE color: 9166177.

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

Color convert

RGB97221139-
CMYK0.5600.370.13
HSL140.32º64.58%62.35%-
HSV(B)140.32º56.11%86.67%-
XYZ35.4556.1233.39-
YUV174.58107.9272.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=21.23%
G=48.36%
B=30.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972211390.5600.370.13140.3264.5862.35
Hex61DD8B38025D8c413e
Octal141335213700451521410176
Binary1100001110111011000101111100001001011101100011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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