Html Css Color HEX #61BC7C Emerald

📋 copy color: '#61BC7C'

red 97 ◦ green 188 ◦ blue 124

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

Shades of Emerald #61BC7C

Tints of Emerald #61BC7C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.97%

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

R = 23.72%
G = 45.97%
B = 30.32%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#61BC7C (or 0x61BC7C) is known color: Emerald. HEX triplet: 61, BC and 7C. RGB value is (97,188,124). Sum of RGB (Red+Green+Blue) = 97+188+124=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BC7C is #9E4383. Grayscale: #999999. Windows color (decimal): -10371972 or 8174689. OLE color: 8174689.

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

Color convert

RGB 97 188 124 -
CMYK 0.48 0 0.34 0.26
HSL 137.8º 0.4% 0.56% -
HSV(B) 137.8º 0.48% 0.74% -
XYZ 26.55 39.96 25.38 -
YUV 153.5 111.35 87.7 -
System Red Green Blue C M Y K H S L
Decimal 97 188 124 0.48 0 0.34 0.26 137.8 0.4 0.56
Hex 61 BC 7C 30 0 22 1A 8A 28 38
Octal 141 274 174 60 0 42 32 212 50 70
Binary 1100001 10111100 1111100 110000 0 100010 11010 10001010 101000 111000

Color Harmonies of #61BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BC7C

Black with #61BC7C

Text Example


Text Example

White with #61BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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