#61BE7D

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

Shades of Emerald #61BE7D

Tints of Emerald #61BE7D

Color information

#61BE7D (or 0x61BE7D) is unknown color: approx Emerald. HEX triplet: 61, BE and 7D. RGB value is (97,190,125). Sum of RGB (Red+Green+Blue) = 97+190+125=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BE7D is #9E4182. Grayscale: #9A9A9A. Windows color (decimal): -10371459 or 8240737. OLE color: 8240737.

HSL color Cylindrical-coordinate representation of color #61BE7D: hue angle of 138.06º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BE7D is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB97190125-
CMYK0.4900.340.25
HSL138.06º41.7%56.27%-
HSV(B)138.06º48.95%74.51%-
XYZ27.0440.8525.86-
YUV154.78111.1986.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.54%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=23.54%
G=46.12%
B=30.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971901250.4900.340.25138.0641.756.27
Hex61BE7D31022198a2a38
Octal14127617561042312125270
Binary110000110111110111110111000101000101100110001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,190,125); }

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

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

 a { background-color: rgb(97,190,125); }

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

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

 span { border-color: rgb(97,190,125); }

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