#61D182

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

Shades of Emerald #61D182

Tints of Emerald #61D182

Color information

#61D182 (or 0x61D182) is unknown color: approx Emerald. HEX triplet: 61, D1 and 82. RGB value is (97,209,130). Sum of RGB (Red+Green+Blue) = 97+209+130=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #61D182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D182 is #9E2E7D. Grayscale: #A6A6A6. Windows color (decimal): -10366590 or 8573281. OLE color: 8573281.

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

Color convert

RGB97209130-
CMYK0.5400.380.18
HSL137.68º54.9%60%-
HSV(B)137.68º53.59%81.96%-
XYZ31.7649.7529.05-
YUV166.51107.3978.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 209 (82.03% from 255) = 47.94%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=22.25%
G=47.94%
B=29.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972091300.5400.380.18137.6854.960
Hex61D18236026128a373c
Octal14132120266046222126774
Binary1100001110100011000001011011001001101001010001010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,209,130); }

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

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

 a { background-color: rgb(97,209,130); }

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

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

 span { border-color: rgb(97,209,130); }

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