#61CA7F

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

Shades of Emerald #61CA7F

Tints of Emerald #61CA7F

Color information

#61CA7F (or 0x61CA7F) is unknown color: approx Emerald. HEX triplet: 61, CA and 7F. RGB value is (97,202,127). Sum of RGB (Red+Green+Blue) = 97+202+127=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA7F is #9E3580. Grayscale: #A2A2A2. Windows color (decimal): -10368385 or 8374881. OLE color: 8374881.

HSL color Cylindrical-coordinate representation of color #61CA7F: hue angle of 137.14º 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 #61CA7F is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB97202127-
CMYK0.5200.370.21
HSL137.14º49.76%58.63%-
HSV(B)137.14º51.98%79.22%-
XYZ29.8846.3127.44-
YUV162.06108.2181.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.77%
GREEN value IS 202 (79.30% from 255) = 47.42%
BLUE value IS 127 (50% from 255) = 29.81%
R=22.77%
G=47.42%
B=29.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021270.5200.370.21137.1449.7658.63
Hex61CA7F340251589323b
Octal14131217764045252116273
Binary110000111001010111111111010001001011010110001001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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