#61D47D

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

Shades of Emerald #61D47D

Tints of Emerald #61D47D

Color information

#61D47D (or 0x61D47D) is unknown color: approx Emerald. HEX triplet: 61, D4 and 7D. RGB value is (97,212,125). Sum of RGB (Red+Green+Blue) = 97+212+125=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #61D47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D47D is #9E2B82. Grayscale: #A7A7A7. Windows color (decimal): -10365827 or 8246369. OLE color: 8246369.

HSL color Cylindrical-coordinate representation of color #61D47D: hue angle of 134.61º 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 #61D47D is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB97212125-
CMYK0.5400.410.17
HSL134.61º57.21%60.59%-
HSV(B)134.61º54.25%83.14%-
XYZ32.1751.1127.57-
YUV167.7103.977.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.35%
GREEN value IS 212 (83.20% from 255) = 48.85%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=22.35%
G=48.85%
B=28.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal972121250.5400.410.17134.6157.2160.59
Hex61D47D360291187393d
Octal14132417566051212077175
Binary110000111010100111110111011001010011000110000111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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