#61C681

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

Shades of Emerald #61C681

Tints of Emerald #61C681

Color information

#61C681 (or 0x61C681) is unknown color: approx Emerald. HEX triplet: 61, C6 and 81. RGB value is (97,198,129). Sum of RGB (Red+Green+Blue) = 97+198+129=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #61C681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C681 is #9E397E. Grayscale: #A0A0A0. Windows color (decimal): -10369407 or 8504929. OLE color: 8504929.

HSL color Cylindrical-coordinate representation of color #61C681: hue angle of 139.01º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C681 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB97198129-
CMYK0.5100.350.22
HSL139.01º46.98%57.84%-
HSV(B)139.01º51.01%77.65%-
XYZ29.0944.5127.83-
YUV159.93110.5483.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 198 (77.73% from 255) = 46.70%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=22.88%
G=46.70%
B=30.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971981290.5100.350.22139.0146.9857.84
Hex61C68133023168b2f3a
Octal14130620163043262135772
Binary1100001110001101000000111001101000111011010001011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,198,129); }

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

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

 a { background-color: rgb(97,198,129); }

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

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

 span { border-color: rgb(97,198,129); }

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