#61D988

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

Shades of Emerald #61D988

Tints of Emerald #61D988

Color information

#61D988 (or 0x61D988) is unknown color: approx Emerald. HEX triplet: 61, D9 and 88. RGB value is (97,217,136). Sum of RGB (Red+Green+Blue) = 97+217+136=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #61D988 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D988 is #9E2677. Grayscale: #ACACAC. Windows color (decimal): -10364536 or 8968545. OLE color: 8968545.

HSL color Cylindrical-coordinate representation of color #61D988: hue angle of 139.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D988 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB97217136-
CMYK0.5500.370.15
HSL139.5º61.22%61.57%-
HSV(B)139.5º55.3%85.1%-
XYZ34.1953.9431.9-
YUV171.89107.7474.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.56%
GREEN value IS 217 (85.16% from 255) = 48.22%
BLUE value IS 136 (53.52% from 255) = 30.22%
R=21.56%
G=48.22%
B=30.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972171360.5500.370.15139.561.2261.57
Hex61D98837025F8c3d3e
Octal14133121067045172147576
Binary110000111011001100010001101110100101111110001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,217,136); }

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

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

 a { background-color: rgb(97,217,136); }

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

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

 span { border-color: rgb(97,217,136); }

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