Html Css Color HEX #61D086 Emerald

📋 copy color: '#61D086'

red 97 ◦ green 208 ◦ blue 134

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

Shades of Emerald #61D086

Tints of Emerald #61D086

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.38%

 BLUE value IS 134 (52.73% from 255) = 30.52%

R = 22.1%
G = 47.38%
B = 30.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#61D086 (or 0x61D086) is known color: Emerald. HEX triplet: 61, D0 and 86. RGB value is (97,208,134). Sum of RGB (Red+Green+Blue) = 97+208+134=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #61D086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D086 is #9E2F79. Grayscale: #A6A6A6. Windows color (decimal): -10366842 or 8835169. OLE color: 8835169.

HSL color Cylindrical-coordinate representation of color #61D086: hue angle of 140º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D086 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 208 134 -
CMYK 0.53 0 0.36 0.18
HSL 140º 0.54% 0.6% -
HSV(B) 140º 0.53% 0.82% -
XYZ 31.79 49.37 30.41 -
YUV 166.38 109.73 78.52 -
System Red Green Blue C M Y K H S L
Decimal 97 208 134 0.53 0 0.36 0.18 140 0.54 0.6
Hex 61 D0 86 35 0 24 12 8C 36 3C
Octal 141 320 206 65 0 44 22 214 66 74
Binary 1100001 11010000 10000110 110101 0 100100 10010 10001100 110110 111100

Color Harmonies of #61D086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D086

Black with #61D086

Text Example


Text Example

White with #61D086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,208,134); }

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

background-color css

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

 a { background-color: rgb(97,208,134); }

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

border-color css

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

 span { border-color: rgb(97,208,134); }

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