#61DB8B

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

Shades of Emerald #61DB8B

Tints of Emerald #61DB8B

Color information

#61DB8B (or 0x61DB8B) is unknown color: approx Emerald. HEX triplet: 61, DB and 8B. RGB value is (97,219,139). Sum of RGB (Red+Green+Blue) = 97+219+139=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DB8B is #9E2474. Grayscale: #ADADAD. Windows color (decimal): -10364021 or 9165665. OLE color: 9165665.

HSL color Cylindrical-coordinate representation of color #61DB8B: hue angle of 140.66º 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 #61DB8B is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB97219139-
CMYK0.5600.370.14
HSL140.66º62.89%61.96%-
HSV(B)140.66º55.71%85.88%-
XYZ34.9255.0733.21-
YUV173.4108.5873.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.32%
GREEN value IS 219 (85.94% from 255) = 48.13%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=21.32%
G=48.13%
B=30.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972191390.5600.370.14140.6662.8961.96
Hex61DB8B38025E8d3f3e
Octal14133321370045162157776
Binary110000111011011100010111110000100101111010001101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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