Html Css Color HEX #61C876 Emerald

📋 copy color: '#61C876'

red 97 ◦ green 200 ◦ blue 118

#61C876
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #61C876

Tints of Emerald #61C876

RGB

 RED value IS 97 (38.28% from 255) = 23.37%

 GREEN value IS 200 (78.52% from 255) = 48.19%

 BLUE value IS 118 (46.48% from 255) = 28.43%

R = 23.37%
G = 48.19%
B = 28.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#61C876 (or 0x61C876) is known color: Emerald. HEX triplet: 61, C8 and 76. RGB value is (97,200,118). Sum of RGB (Red+Green+Blue) = 97+200+118=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #61C876 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C876 is #9E3789. Grayscale: #A0A0A0. Windows color (decimal): -10368906 or 7784545. OLE color: 7784545.

HSL color Cylindrical-coordinate representation of color #61C876: hue angle of 132.23º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C876 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 200 118 -
CMYK 0.52 0 0.41 0.22
HSL 132.23º 0.48% 0.58% -
HSV(B) 132.23º 0.52% 0.78% -
XYZ 28.85 45.16 24.34 -
YUV 159.86 104.38 83.17 -
System Red Green Blue C M Y K H S L
Decimal 97 200 118 0.52 0 0.41 0.22 132.23 0.48 0.58
Hex 61 C8 76 34 0 29 16 84 30 3A
Octal 141 310 166 64 0 51 26 204 60 72
Binary 1100001 11001000 1110110 110100 0 101001 10110 10000100 110000 111010

Color Harmonies of #61C876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C876

Black with #61C876

Text Example


Text Example

White with #61C876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61C876;
 }
 .AnyTagClassName
 {
   color: #61C876;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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