#61DE86

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

Shades of Emerald #61DE86

Tints of Emerald #61DE86

Color information

#61DE86 (or 0x61DE86) is unknown color: approx Emerald. HEX triplet: 61, DE and 86. RGB value is (97,222,134). Sum of RGB (Red+Green+Blue) = 97+222+134=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DE86 is #9E2179. Grayscale: #AEAEAE. Windows color (decimal): -10363258 or 8838753. OLE color: 8838753.

HSL color Cylindrical-coordinate representation of color #61DE86: hue angle of 137.76º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DE86 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB97222134-
CMYK0.5600.400.13
HSL137.76º65.45%62.55%-
HSV(B)137.76º56.31%87.06%-
XYZ35.3556.5131.6-
YUV174.59105.0972.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.41%
GREEN value IS 222 (87.11% from 255) = 49.01%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=21.41%
G=49.01%
B=29.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972221340.5600.400.13137.7665.4562.55
Hex61DE8638028D8a413f
Octal141336206700501521210177
Binary1100001110111101000011011100001010001101100010101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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