#61D071

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

Shades of Emerald #61D071

Tints of Emerald #61D071

Color information

#61D071 (or 0x61D071) is unknown color: approx Emerald. HEX triplet: 61, D0 and 71. RGB value is (97,208,113). Sum of RGB (Red+Green+Blue) = 97+208+113=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #61D071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D071 is #9E2F8E. Grayscale: #A4A4A4. Windows color (decimal): -10366863 or 7458913. OLE color: 7458913.

HSL color Cylindrical-coordinate representation of color #61D071: hue angle of 128.65º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D071 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB97208113-
CMYK0.5300.460.18
HSL128.65º54.15%59.8%-
HSV(B)128.65º53.37%81.57%-
XYZ30.4748.8523.45-
YUV163.9899.2380.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 208 (81.64% from 255) = 49.76%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=23.21%
G=49.76%
B=27.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972081130.5300.460.18128.6554.1559.8
Hex61D0713502E1281363c
Octal14132016165056222016674
Binary110000111010000111000111010101011101001010000001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,208,113); }

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

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

 a { background-color: rgb(97,208,113); }

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

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

 span { border-color: rgb(97,208,113); }

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