#61D689

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

Shades of Emerald #61D689

Tints of Emerald #61D689

Color information

#61D689 (or 0x61D689) is unknown color: approx Emerald. HEX triplet: 61, D6 and 89. RGB value is (97,214,137). Sum of RGB (Red+Green+Blue) = 97+214+137=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #61D689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D689 is #9E2976. Grayscale: #AAAAAA. Windows color (decimal): -10365303 or 9033313. OLE color: 9033313.

HSL color Cylindrical-coordinate representation of color #61D689: hue angle of 140.51º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D689 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB97214137-
CMYK0.5500.360.16
HSL140.51º58.79%60.98%-
HSV(B)140.51º54.67%83.92%-
XYZ33.4952.4432.02-
YUV170.24109.2475.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.65%
GREEN value IS 214 (83.98% from 255) = 47.77%
BLUE value IS 137 (53.91% from 255) = 30.58%
R=21.65%
G=47.77%
B=30.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972141370.5500.360.16140.5158.7960.98
Hex61D68937024108d3b3d
Octal14132621167044202157375
Binary1100001110101101000100111011101001001000010001101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,214,137); }

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

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

 a { background-color: rgb(97,214,137); }

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

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

 span { border-color: rgb(97,214,137); }

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