Html Css Color HEX #61D486 Emerald

📋 copy color: '#61D486'

red 97 ◦ green 212 ◦ blue 134

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

Shades of Emerald #61D486

Tints of Emerald #61D486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.86%

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

R = 21.9%
G = 47.86%
B = 30.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#61D486 (or 0x61D486) is known color: Emerald. HEX triplet: 61, D4 and 86. RGB value is (97,212,134). Sum of RGB (Red+Green+Blue) = 97+212+134=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #61D486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D486 is #9E2B79. Grayscale: #A8A8A8. Windows color (decimal): -10365818 or 8836193. OLE color: 8836193.

HSL color Cylindrical-coordinate representation of color #61D486: hue angle of 139.3º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D486 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 212 134 -
CMYK 0.54 0 0.37 0.17
HSL 139.3º 0.57% 0.61% -
HSV(B) 139.3º 0.54% 0.83% -
XYZ 32.78 51.35 30.74 -
YUV 168.72 108.4 76.84 -
System Red Green Blue C M Y K H S L
Decimal 97 212 134 0.54 0 0.37 0.17 139.3 0.57 0.61
Hex 61 D4 86 36 0 25 11 8B 39 3D
Octal 141 324 206 66 0 45 21 213 71 75
Binary 1100001 11010100 10000110 110110 0 100101 10001 10001011 111001 111101

Color Harmonies of #61D486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D486

Black with #61D486

Text Example


Text Example

White with #61D486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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