#61D180

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

Shades of Emerald #61D180

Tints of Emerald #61D180

Color information

#61D180 (or 0x61D180) is unknown color: approx Emerald. HEX triplet: 61, D1 and 80. RGB value is (97,209,128). Sum of RGB (Red+Green+Blue) = 97+209+128=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #61D180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D180 is #9E2E7F. Grayscale: #A6A6A6. Windows color (decimal): -10366592 or 8442209. OLE color: 8442209.

HSL color Cylindrical-coordinate representation of color #61D180: hue angle of 136.61º 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 #61D180 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB97209128-
CMYK0.5400.390.18
HSL136.61º54.9%60%-
HSV(B)136.61º53.59%81.96%-
XYZ31.6349.728.35-
YUV166.28106.3978.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.35%
GREEN value IS 209 (82.03% from 255) = 48.16%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=22.35%
G=48.16%
B=29.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972091280.5400.390.18136.6154.960
Hex61D180360271289373c
Octal14132120066047222116774
Binary1100001110100011000000011011001001111001010001001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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