#61DE8A

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

Shades of Emerald #61DE8A

Tints of Emerald #61DE8A

Color information

#61DE8A (or 0x61DE8A) is unknown color: approx Emerald. HEX triplet: 61, DE and 8A. RGB value is (97,222,138). Sum of RGB (Red+Green+Blue) = 97+222+138=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DE8A is #9E2175. Grayscale: #AFAFAF. Windows color (decimal): -10363254 or 9100897. OLE color: 9100897.

HSL color Cylindrical-coordinate representation of color #61DE8A: hue angle of 139.68º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DE8A is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB97222138-
CMYK0.5600.380.13
HSL139.68º65.45%62.55%-
HSV(B)139.68º56.31%87.06%-
XYZ35.6456.6233.09-
YUV175.05107.0972.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 222 (87.11% from 255) = 48.58%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=21.23%
G=48.58%
B=30.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972221380.5600.380.13139.6865.4562.55
Hex61DE8A38026D8c413f
Octal141336212700461521410177
Binary1100001110111101000101011100001001101101100011001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,222,138); }

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

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

 a { background-color: rgb(97,222,138); }

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

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

 span { border-color: rgb(97,222,138); }

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