#61C37A

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

Shades of Emerald #61C37A

Tints of Emerald #61C37A

Color information

#61C37A (or 0x61C37A) is unknown color: approx Emerald. HEX triplet: 61, C3 and 7A. RGB value is (97,195,122). Sum of RGB (Red+Green+Blue) = 97+195+122=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #61C37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C37A is #9E3C85. Grayscale: #9D9D9D. Windows color (decimal): -10370182 or 8045409. OLE color: 8045409.

HSL color Cylindrical-coordinate representation of color #61C37A: hue angle of 135.31º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C37A is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB97195122-
CMYK0.5000.370.24
HSL135.31º44.95%57.25%-
HSV(B)135.31º50.26%76.47%-
XYZ27.9642.9825.23-
YUV157.38108.0384.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.43%
GREEN value IS 195 (76.56% from 255) = 47.10%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=23.43%
G=47.10%
B=29.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971951220.5000.370.24135.3144.9557.25
Hex61C37A3202518872d39
Octal14130317262045302075571
Binary110000111000011111101011001001001011100010000111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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