#61C982

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

Shades of Emerald #61C982

Tints of Emerald #61C982

Color information

#61C982 (or 0x61C982) is unknown color: approx Emerald. HEX triplet: 61, C9 and 82. RGB value is (97,201,130). Sum of RGB (Red+Green+Blue) = 97+201+130=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #61C982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C982 is #9E367D. Grayscale: #A1A1A1. Windows color (decimal): -10368638 or 8571233. OLE color: 8571233.

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

Color convert

RGB97201130-
CMYK0.5200.350.21
HSL139.04º49.06%58.43%-
HSV(B)139.04º51.74%78.82%-
XYZ29.8545.9328.41-
YUV161.81110.0481.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 201 (78.91% from 255) = 46.96%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=22.66%
G=46.96%
B=30.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972011300.5200.350.21139.0449.0658.43
Hex61C98234023158b313a
Octal14131120264043252136172
Binary1100001110010011000001011010001000111010110001011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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