#61C47B

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

Shades of Emerald #61C47B

Tints of Emerald #61C47B

Color information

#61C47B (or 0x61C47B) is unknown color: approx Emerald. HEX triplet: 61, C4 and 7B. RGB value is (97,196,123). Sum of RGB (Red+Green+Blue) = 97+196+123=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #61C47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C47B is #9E3B84. Grayscale: #9E9E9E. Windows color (decimal): -10369925 or 8111201. OLE color: 8111201.

HSL color Cylindrical-coordinate representation of color #61C47B: hue angle of 135.76º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C47B is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB97196123-
CMYK0.5100.370.23
HSL135.76º45.62%57.45%-
HSV(B)135.76º50.51%76.86%-
XYZ28.2443.4525.64-
YUV158.08108.284.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.32%
GREEN value IS 196 (76.95% from 255) = 47.12%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=23.32%
G=47.12%
B=29.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971961230.5100.370.23135.7645.6257.45
Hex61C47B3302517882e39
Octal14130417363045272105671
Binary110000111000100111101111001101001011011110001000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,196,123); }

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

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

 a { background-color: rgb(97,196,123); }

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

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

 span { border-color: rgb(97,196,123); }

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