#61c980

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

Shades of Emerald #61C980

Tints of Emerald #61C980

Color information

#61C980 (or 0x61C980) is unknown color: approx Emerald. HEX triplet: 61, C9 and 80. RGB value is (97,201,128). Sum of RGB (Red+Green+Blue) = 97+201+128=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #61C980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C980 is #9E367F. Grayscale: #A1A1A1. Windows color (decimal): -10368640 or 8440161. OLE color: 8440161.

HSL color Cylindrical-coordinate representation of color #61C980: hue angle of 137.88º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C980 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB97201128-
CMYK0.5200.360.21
HSL137.88º49.06%58.43%-
HSV(B)137.88º51.74%78.82%-
XYZ29.7145.8727.71-
YUV161.58109.0481.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.77%
GREEN value IS 201 (78.91% from 255) = 47.18%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=22.77%
G=47.18%
B=30.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972011280.5200.360.21137.8849.0658.43
Hex61C98034024158a313a
Octal14131120064044252126172
Binary1100001110010011000000011010001001001010110001010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61c980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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