Html Css Color HEX #61BA7D Emerald

📋 copy color: '#61BA7D'

red 97 ◦ green 186 ◦ blue 125

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

Shades of Emerald #61BA7D

Tints of Emerald #61BA7D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.59%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 23.77%
G = 45.59%
B = 30.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#61BA7D (or 0x61BA7D) is known color: Emerald. HEX triplet: 61, BA and 7D. RGB value is (97,186,125). Sum of RGB (Red+Green+Blue) = 97+186+125=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BA7D is #9E4582. Grayscale: #989898. Windows color (decimal): -10372483 or 8239713. OLE color: 8239713.

HSL color Cylindrical-coordinate representation of color #61BA7D: hue angle of 138.88º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BA7D is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 186 125 -
CMYK 0.48 0 0.33 0.27
HSL 138.88º 0.39% 0.55% -
HSV(B) 138.88º 0.48% 0.73% -
XYZ 26.19 39.14 25.58 -
YUV 152.44 112.51 88.46 -
System Red Green Blue C M Y K H S L
Decimal 97 186 125 0.48 0 0.33 0.27 138.88 0.39 0.55
Hex 61 BA 7D 30 0 21 1B 8B 27 37
Octal 141 272 175 60 0 41 33 213 47 67
Binary 1100001 10111010 1111101 110000 0 100001 11011 10001011 100111 110111

Color Harmonies of #61BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BA7D

Black with #61BA7D

Text Example


Text Example

White with #61BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,186,125); }

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

background-color css

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

 a { background-color: rgb(97,186,125); }

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

border-color css

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

 span { border-color: rgb(97,186,125); }

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