#61DD7F

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

Shades of Emerald #61DD7F

Tints of Emerald #61DD7F

Color information

#61DD7F (or 0x61DD7F) is unknown color: approx Emerald. HEX triplet: 61, DD and 7F. RGB value is (97,221,127). Sum of RGB (Red+Green+Blue) = 97+221+127=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DD7F is #9E2280. Grayscale: #ADADAD. Windows color (decimal): -10363521 or 8379745. OLE color: 8379745.

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

Color convert

RGB97221127-
CMYK0.5600.430.13
HSL134.52º64.58%62.35%-
HSV(B)134.52º56.11%86.67%-
XYZ34.6255.7929.02-
YUV173.21101.9273.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.80%
GREEN value IS 221 (86.72% from 255) = 49.66%
BLUE value IS 127 (50% from 255) = 28.54%
R=21.80%
G=49.66%
B=28.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972211270.5600.430.13134.5264.5862.35
Hex61DD7F3802BD87413e
Octal141335177700531520710176
Binary110000111011101111111111100001010111101100001111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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