#61DD86

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

Shades of Emerald #61DD86

Tints of Emerald #61DD86

Color information

#61DD86 (or 0x61DD86) is unknown color: approx Emerald. HEX triplet: 61, DD and 86. RGB value is (97,221,134). Sum of RGB (Red+Green+Blue) = 97+221+134=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DD86 is #9E2279. Grayscale: #AEAEAE. Windows color (decimal): -10363514 or 8838497. OLE color: 8838497.

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

Color convert

RGB97221134-
CMYK0.5600.390.13
HSL137.9º64.58%62.35%-
HSV(B)137.9º56.11%86.67%-
XYZ35.0955.9831.51-
YUV174.01105.4273.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.46%
GREEN value IS 221 (86.72% from 255) = 48.89%
BLUE value IS 134 (52.73% from 255) = 29.65%
R=21.46%
G=48.89%
B=29.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972211340.5600.390.13137.964.5862.35
Hex61DD8638027D8a413e
Octal141335206700471521210176
Binary1100001110111011000011011100001001111101100010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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