#61DB7D

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

Shades of Emerald #61DB7D

Tints of Emerald #61DB7D

Color information

#61DB7D (or 0x61DB7D) is unknown color: approx Emerald. HEX triplet: 61, DB and 7D. RGB value is (97,219,125). Sum of RGB (Red+Green+Blue) = 97+219+125=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DB7D is #9E2482. Grayscale: #ACACAC. Windows color (decimal): -10364035 or 8248161. OLE color: 8248161.

HSL color Cylindrical-coordinate representation of color #61DB7D: hue angle of 133.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DB7D is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB97219125-
CMYK0.5600.430.14
HSL133.77º62.89%61.96%-
HSV(B)133.77º55.71%85.88%-
XYZ33.9654.6928.17-
YUV171.81101.5874.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 219 (85.94% from 255) = 49.66%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=22.00%
G=49.66%
B=28.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972191250.5600.430.14133.7762.8961.96
Hex61DB7D3802BE863f3e
Octal14133317570053162067776
Binary11000011101101111111011110000101011111010000110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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