#61E88C

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

Shades of Emerald #61E88C

Tints of Emerald #61E88C

Color information

#61E88C (or 0x61E88C) is unknown color: approx Emerald. HEX triplet: 61, E8 and 8C. RGB value is (97,232,140). Sum of RGB (Red+Green+Blue) = 97+232+140=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 232 - color contains mainly: green. Hex color #61E88C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E88C is #9E1773. Grayscale: #B5B5B5. Windows color (decimal): -10360692 or 9234529. OLE color: 9234529.

HSL color Cylindrical-coordinate representation of color #61E88C: hue angle of 139.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E88C is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB97232140-
CMYK0.5800.400.09
HSL139.11º74.59%64.51%-
HSV(B)139.11º58.19%90.98%-
XYZ38.5262.1534.78-
YUV181.15104.7767.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.68%
GREEN value IS 232 (91.02% from 255) = 49.47%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=20.68%
G=49.47%
B=29.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972321400.5800.400.09139.1174.5964.51
Hex61E88C3A02898b4b41
Octal1413502147205011213113101
Binary11000011110100010001100111010010100010011000101110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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