#61C87D

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

Shades of Emerald #61C87D

Tints of Emerald #61C87D

Color information

#61C87D (or 0x61C87D) is unknown color: approx Emerald. HEX triplet: 61, C8 and 7D. RGB value is (97,200,125). Sum of RGB (Red+Green+Blue) = 97+200+125=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #61C87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C87D is #9E3782. Grayscale: #A0A0A0. Windows color (decimal): -10368899 or 8243297. OLE color: 8243297.

HSL color Cylindrical-coordinate representation of color #61C87D: hue angle of 136.31º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C87D is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB97200125-
CMYK0.5200.380.22
HSL136.31º48.36%58.24%-
HSV(B)136.31º51.5%78.43%-
XYZ29.2945.3326.61-
YUV160.65107.8882.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.99%
GREEN value IS 200 (78.52% from 255) = 47.39%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=22.99%
G=47.39%
B=29.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal972001250.5200.380.22136.3148.3658.24
Hex61C87D340261688303a
Octal14131017564046262106072
Binary110000111001000111110111010001001101011010001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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