Html Css Color HEX #61BD7F Emerald

📋 copy color: '#61BD7F'

red 97 ◦ green 189 ◦ blue 127

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

Shades of Emerald #61BD7F

Tints of Emerald #61BD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.75%

R = 23.49%
G = 45.76%
B = 30.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#61BD7F (or 0x61BD7F) is known color: Emerald. HEX triplet: 61, BD and 7F. RGB value is (97,189,127). Sum of RGB (Red+Green+Blue) = 97+189+127=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BD7F is #9E4280. Grayscale: #9A9A9A. Windows color (decimal): -10371713 or 8371553. OLE color: 8371553.

HSL color Cylindrical-coordinate representation of color #61BD7F: hue angle of 139.57º 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 #61BD7F is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 189 127 -
CMYK 0.49 0 0.33 0.26
HSL 139.57º 0.41% 0.56% -
HSV(B) 139.57º 0.49% 0.74% -
XYZ 26.96 40.47 26.47 -
YUV 154.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 97 189 127 0.49 0 0.33 0.26 139.57 0.41 0.56
Hex 61 BD 7F 31 0 21 1A 8C 29 38
Octal 141 275 177 61 0 41 32 214 51 70
Binary 1100001 10111101 1111111 110001 0 100001 11010 10001100 101001 111000

Color Harmonies of #61BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BD7F

Black with #61BD7F

Text Example


Text Example

White with #61BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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