#61D576

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

Shades of Emerald #61D576

Tints of Emerald #61D576

Color information

#61D576 (or 0x61D576) is unknown color: approx Emerald. HEX triplet: 61, D5 and 76. RGB value is (97,213,118). Sum of RGB (Red+Green+Blue) = 97+213+118=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #61D576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D576 is #9E2A89. Grayscale: #A7A7A7. Windows color (decimal): -10365578 or 7787873. OLE color: 7787873.

HSL color Cylindrical-coordinate representation of color #61D576: hue angle of 130.86º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D576 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB97213118-
CMYK0.5400.450.16
HSL130.86º58%60.78%-
HSV(B)130.86º54.46%83.53%-
XYZ31.9951.4425.38-
YUV167.49100.0777.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 213 (83.59% from 255) = 49.77%
BLUE value IS 118 (46.48% from 255) = 27.57%
R=22.66%
G=49.77%
B=27.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972131180.5400.450.16130.865860.78
Hex61D5763602D10833a3d
Octal14132516666055202037275
Binary110000111010101111011011011001011011000010000011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,213,118); }

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

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

 a { background-color: rgb(97,213,118); }

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

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

 span { border-color: rgb(97,213,118); }

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