#61CC80

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

Shades of Emerald #61CC80

Tints of Emerald #61CC80

Color information

#61CC80 (or 0x61CC80) is unknown color: approx Emerald. HEX triplet: 61, CC and 80. RGB value is (97,204,128). Sum of RGB (Red+Green+Blue) = 97+204+128=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CC80 is #9E337F. Grayscale: #A3A3A3. Windows color (decimal): -10367872 or 8440929. OLE color: 8440929.

HSL color Cylindrical-coordinate representation of color #61CC80: hue angle of 137.38º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CC80 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB97204128-
CMYK0.5200.370.2
HSL137.38º51.2%59.02%-
HSV(B)137.38º52.45%80%-
XYZ30.4247.2927.95-
YUV163.34108.0580.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 204 (80.08% from 255) = 47.55%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=22.61%
G=47.55%
B=29.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal972041280.5200.370.2137.3851.259.02
Hex61CC80340251489333b
Octal14131420064045242116373
Binary1100001110011001000000011010001001011010010001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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