#61D880

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

Shades of Emerald #61D880

Tints of Emerald #61D880

Color information

#61D880 (or 0x61D880) is unknown color: approx Emerald. HEX triplet: 61, D8 and 80. RGB value is (97,216,128). Sum of RGB (Red+Green+Blue) = 97+216+128=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #61D880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D880 is #9E277F. Grayscale: #AAAAAA. Windows color (decimal): -10364800 or 8444001. OLE color: 8444001.

HSL color Cylindrical-coordinate representation of color #61D880: hue angle of 135.63º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D880 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB97216128-
CMYK0.5500.410.15
HSL135.63º60.41%61.37%-
HSV(B)135.63º55.09%84.71%-
XYZ33.3853.2128.93-
YUV170.39104.0875.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 216 (84.77% from 255) = 48.98%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=22.00%
G=48.98%
B=29.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972161280.5500.410.15135.6360.4161.37
Hex61D88037029F883c3d
Octal14133020067051172107475
Binary110000111011000100000001101110101001111110001000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,216,128); }

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

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

 a { background-color: rgb(97,216,128); }

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

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

 span { border-color: rgb(97,216,128); }

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