#61E48D

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

Shades of Emerald #61E48D

Tints of Emerald #61E48D

Color information

#61E48D (or 0x61E48D) is unknown color: approx Emerald. HEX triplet: 61, E4 and 8D. RGB value is (97,228,141). Sum of RGB (Red+Green+Blue) = 97+228+141=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #61E48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E48D is #9E1B72. Grayscale: #B3B3B3. Windows color (decimal): -10361715 or 9299041. OLE color: 9299041.

HSL color Cylindrical-coordinate representation of color #61E48D: hue angle of 140.15º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E48D is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB97228141-
CMYK0.5700.380.11
HSL140.15º70.81%63.73%-
HSV(B)140.15º57.46%89.41%-
XYZ37.4859.9534.8-
YUV178.91106.669.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.82%
GREEN value IS 228 (89.45% from 255) = 48.93%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=20.82%
G=48.93%
B=30.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal972281410.5700.380.11140.1570.8163.73
Hex61E48D39026B8c4740
Octal1413442157104613214107100
Binary11000011110010010001101111001010011010111000110010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,228,141); }

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

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

 a { background-color: rgb(97,228,141); }

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

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

 span { border-color: rgb(97,228,141); }

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