#61CA76

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

Shades of Emerald #61CA76

Tints of Emerald #61CA76

Color information

#61CA76 (or 0x61CA76) is unknown color: approx Emerald. HEX triplet: 61, CA and 76. RGB value is (97,202,118). Sum of RGB (Red+Green+Blue) = 97+202+118=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA76 is #9E3589. Grayscale: #A1A1A1. Windows color (decimal): -10368394 or 7785057. OLE color: 7785057.

HSL color Cylindrical-coordinate representation of color #61CA76: hue angle of 132º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CA76 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB97202118-
CMYK0.5200.420.21
HSL132º49.76%58.63%-
HSV(B)132º51.98%79.22%-
XYZ29.3246.0924.49-
YUV161.03103.7182.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=23.26%
G=48.44%
B=28.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021180.5200.420.2113249.7658.63
Hex61CA763402A1584323b
Octal14131216664052252046273
Binary110000111001010111011011010001010101010110000100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,202,118); }

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

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

 a { background-color: rgb(97,202,118); }

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

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

 span { border-color: rgb(97,202,118); }

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