#61C581

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

Shades of Emerald #61C581

Tints of Emerald #61C581

Color information

#61C581 (or 0x61C581) is unknown color: approx Emerald. HEX triplet: 61, C5 and 81. RGB value is (97,197,129). Sum of RGB (Red+Green+Blue) = 97+197+129=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #61C581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C581 is #9E3A7E. Grayscale: #9F9F9F. Windows color (decimal): -10369663 or 8504673. OLE color: 8504673.

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

Color convert

RGB97197129-
CMYK0.5100.350.23
HSL139.2º46.3%57.65%-
HSV(B)139.2º50.76%77.25%-
XYZ28.8644.0627.75-
YUV159.35110.8783.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.93%
GREEN value IS 197 (77.34% from 255) = 46.57%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=22.93%
G=46.57%
B=30.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971971290.5100.350.23139.246.357.65
Hex61C58133023178b2e3a
Octal14130520163043272135672
Binary1100001110001011000000111001101000111011110001011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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