#61D47F

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

Shades of Emerald #61D47F

Tints of Emerald #61D47F

Color information

#61D47F (or 0x61D47F) is unknown color: approx Emerald. HEX triplet: 61, D4 and 7F. RGB value is (97,212,127). Sum of RGB (Red+Green+Blue) = 97+212+127=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #61D47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D47F is #9E2B80. Grayscale: #A8A8A8. Windows color (decimal): -10365825 or 8377441. OLE color: 8377441.

HSL color Cylindrical-coordinate representation of color #61D47F: hue angle of 135.65º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D47F is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB97212127-
CMYK0.5400.400.17
HSL135.65º57.21%60.59%-
HSV(B)135.65º54.25%83.14%-
XYZ32.351.1628.25-
YUV167.92104.977.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 212 (83.20% from 255) = 48.62%
BLUE value IS 127 (50% from 255) = 29.13%
R=22.25%
G=48.62%
B=29.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal972121270.5400.400.17135.6557.2160.59
Hex61D47F360281188393d
Octal14132417766050212107175
Binary110000111010100111111111011001010001000110001000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,212,127); }

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

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

 a { background-color: rgb(97,212,127); }

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

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

 span { border-color: rgb(97,212,127); }

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