Html Css Color HEX #61E08C Emerald

📋 copy color: '#61E08C'

red 97 ◦ green 224 ◦ blue 140

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

Shades of Emerald #61E08C

Tints of Emerald #61E08C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.59%

 BLUE value IS 140 (55.08% from 255) = 30.37%

R = 21.04%
G = 48.59%
B = 30.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#61E08C (or 0x61E08C) is known color: Emerald. HEX triplet: 61, E0 and 8C. RGB value is (97,224,140). Sum of RGB (Red+Green+Blue) = 97+224+140=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #61E08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E08C is #9E1F73. Grayscale: #B0B0B0. Windows color (decimal): -10362740 or 9232481. OLE color: 9232481.

HSL color Cylindrical-coordinate representation of color #61E08C: hue angle of 140.31º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E08C is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 224 140 -
CMYK 0.57 0 0.38 0.12
HSL 140.32º 0.67% 0.63% -
HSV(B) 140.32º 0.57% 0.88% -
XYZ 36.32 57.75 34.04 -
YUV 176.45 107.42 71.33 -
System Red Green Blue C M Y K H S L
Decimal 97 224 140 0.57 0 0.38 0.12 140.32 0.67 0.63
Hex 61 E0 8C 39 0 26 C 8C 43 3F
Octal 141 340 214 71 0 46 14 214 103 77
Binary 1100001 11100000 10001100 111001 0 100110 1100 10001100 1000011 111111

Color Harmonies of #61E08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E08C

Black with #61E08C

Text Example


Text Example

White with #61E08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,224,140); }

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

background-color css

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

 a { background-color: rgb(97,224,140); }

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

border-color css

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

 span { border-color: rgb(97,224,140); }

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