#61D080

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

Shades of Emerald #61D080

Tints of Emerald #61D080

Color information

#61D080 (or 0x61D080) is unknown color: approx Emerald. HEX triplet: 61, D0 and 80. RGB value is (97,208,128). Sum of RGB (Red+Green+Blue) = 97+208+128=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #61D080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D080 is #9E2F7F. Grayscale: #A5A5A5. Windows color (decimal): -10366848 or 8441953. OLE color: 8441953.

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

Color convert

RGB97208128-
CMYK0.5300.380.18
HSL136.76º54.15%59.8%-
HSV(B)136.76º53.37%81.57%-
XYZ31.3849.2128.27-
YUV165.69106.7379-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 208 (81.64% from 255) = 48.04%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=22.40%
G=48.04%
B=29.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972081280.5300.380.18136.7654.1559.8
Hex61D080350261289363c
Octal14132020065046222116674
Binary1100001110100001000000011010101001101001010001001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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