#61CA7C

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

Shades of Emerald #61CA7C

Tints of Emerald #61CA7C

Color information

#61CA7C (or 0x61CA7C) is unknown color: approx Emerald. HEX triplet: 61, CA and 7C. RGB value is (97,202,124). Sum of RGB (Red+Green+Blue) = 97+202+124=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA7C is #9E3583. Grayscale: #A1A1A1. Windows color (decimal): -10368388 or 8178273. OLE color: 8178273.

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

Color convert

RGB97202124-
CMYK0.5200.390.21
HSL135.43º49.76%58.63%-
HSV(B)135.43º51.98%79.22%-
XYZ29.6946.2426.43-
YUV161.71106.7181.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.93%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=22.93%
G=47.75%
B=29.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021240.5200.390.21135.4349.7658.63
Hex61CA7C340271587323b
Octal14131217464047252076273
Binary110000111001010111110011010001001111010110000111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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