#61E48C

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

Shades of Emerald #61E48C

Tints of Emerald #61E48C

Color information

#61E48C (or 0x61E48C) is unknown color: approx Emerald. HEX triplet: 61, E4 and 8C. RGB value is (97,228,140). Sum of RGB (Red+Green+Blue) = 97+228+140=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #61E48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E48C is #9E1B73. Grayscale: #B3B3B3. Windows color (decimal): -10361716 or 9233505. OLE color: 9233505.

HSL color Cylindrical-coordinate representation of color #61E48C: hue angle of 139.69º 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 #61E48C is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB97228140-
CMYK0.5700.390.11
HSL139.69º70.81%63.73%-
HSV(B)139.69º57.46%89.41%-
XYZ37.4159.9234.41-
YUV178.8106.169.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.86%
GREEN value IS 228 (89.45% from 255) = 49.03%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=20.86%
G=49.03%
B=30.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal972281400.5700.390.11139.6970.8163.73
Hex61E48C39027B8c4740
Octal1413442147104713214107100
Binary11000011110010010001100111001010011110111000110010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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