#61C97A

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

Shades of Emerald #61C97A

Tints of Emerald #61C97A

Color information

#61C97A (or 0x61C97A) is unknown color: approx Emerald. HEX triplet: 61, C9 and 7A. RGB value is (97,201,122). Sum of RGB (Red+Green+Blue) = 97+201+122=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #61C97A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C97A is #9E3685. Grayscale: #A1A1A1. Windows color (decimal): -10368646 or 8046945. OLE color: 8046945.

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

Color convert

RGB97201122-
CMYK0.5200.390.21
HSL134.42º49.06%58.43%-
HSV(B)134.42º51.74%78.82%-
XYZ29.3345.7225.69-
YUV160.9106.0482.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.10%
GREEN value IS 201 (78.91% from 255) = 47.86%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=23.10%
G=47.86%
B=29.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972011220.5200.390.21134.4249.0658.43
Hex61C97A340271586313a
Octal14131117264047252066172
Binary110000111001001111101011010001001111010110000110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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