#61D674

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

Shades of Emerald #61D674

Tints of Emerald #61D674

Color information

#61D674 (or 0x61D674) is unknown color: approx Emerald. HEX triplet: 61, D6 and 74. RGB value is (97,214,116). Sum of RGB (Red+Green+Blue) = 97+214+116=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #61D674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D674 is #9E298B. Grayscale: #A8A8A8. Windows color (decimal): -10365324 or 7657057. OLE color: 7657057.

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

Color convert

RGB97214116-
CMYK0.5500.460.16
HSL129.74º58.79%60.98%-
HSV(B)129.74º54.67%83.92%-
XYZ32.1351.924.85-
YUV167.8498.7477.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.72%
GREEN value IS 214 (83.98% from 255) = 50.12%
BLUE value IS 116 (45.70% from 255) = 27.17%
R=22.72%
G=50.12%
B=27.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972141160.5500.460.16129.7458.7960.98
Hex61D6743702E10823b3d
Octal14132616467056202027375
Binary110000111010110111010011011101011101000010000010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,214,116); }

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

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

 a { background-color: rgb(97,214,116); }

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

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

 span { border-color: rgb(97,214,116); }

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