#61DD87

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

Shades of Emerald #61DD87

Tints of Emerald #61DD87

Color information

#61DD87 (or 0x61DD87) is unknown color: approx Emerald. HEX triplet: 61, DD and 87. RGB value is (97,221,135). Sum of RGB (Red+Green+Blue) = 97+221+135=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DD87 is #9E2278. Grayscale: #AEAEAE. Windows color (decimal): -10363513 or 8904033. OLE color: 8904033.

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

Color convert

RGB97221135-
CMYK0.5600.390.13
HSL138.39º64.58%62.35%-
HSV(B)138.39º56.11%86.67%-
XYZ35.165631.88-
YUV174.12105.9272.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.41%
GREEN value IS 221 (86.72% from 255) = 48.79%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=21.41%
G=48.79%
B=29.80%

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
Decimal972211350.5600.390.13138.3964.5862.35
Hex61DD8738027D8a413e
Octal141335207700471521210176
Binary1100001110111011000011111100001001111101100010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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