Html Css Color HEX #61BD7C Emerald

📋 copy color: '#61BD7C'

red 97 ◦ green 189 ◦ blue 124

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

Shades of Emerald #61BD7C

Tints of Emerald #61BD7C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.1%

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 23.66%
G = 46.1%
B = 30.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#61BD7C (or 0x61BD7C) is known color: Emerald. HEX triplet: 61, BD and 7C. RGB value is (97,189,124). Sum of RGB (Red+Green+Blue) = 97+189+124=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BD7C is #9E4283. Grayscale: #9A9A9A. Windows color (decimal): -10371716 or 8174945. OLE color: 8174945.

HSL color Cylindrical-coordinate representation of color #61BD7C: hue angle of 137.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BD7C is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 189 124 -
CMYK 0.49 0 0.34 0.26
HSL 137.61º 0.41% 0.56% -
HSV(B) 137.61º 0.49% 0.74% -
XYZ 26.77 40.39 25.45 -
YUV 154.08 111.02 87.29 -
System Red Green Blue C M Y K H S L
Decimal 97 189 124 0.49 0 0.34 0.26 137.61 0.41 0.56
Hex 61 BD 7C 31 0 22 1A 8A 29 38
Octal 141 275 174 61 0 42 32 212 51 70
Binary 1100001 10111101 1111100 110001 0 100010 11010 10001010 101001 111000

Color Harmonies of #61BD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BD7C

Black with #61BD7C

Text Example


Text Example

White with #61BD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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